some changes
This commit is contained in:
parent
4e6b81cb16
commit
9bd0699564
|
@ -20,7 +20,7 @@ in {
|
|||
systemd.variables = ["--all"];
|
||||
settings = {
|
||||
monitor = [
|
||||
"DP-1, 3440x1440@100, 1920x0, 1, vrr, 1"
|
||||
"DP-1, 3440x1440@100, 1920x0, 1"
|
||||
"HDMI-A-1, 1920x1200@60, 0x0, 1"
|
||||
];
|
||||
|
||||
|
|
|
@ -75,6 +75,14 @@ in {
|
|||
};
|
||||
|
||||
binds.whichKey.enable = true;
|
||||
keymaps = [
|
||||
{
|
||||
key = "<leader>e";
|
||||
mode = "n";
|
||||
silent = true;
|
||||
action = "<cmd>Neotree filesystem toggle left<CR>";
|
||||
}
|
||||
];
|
||||
|
||||
treesitter.context.enable = false;
|
||||
|
||||
|
@ -97,6 +105,20 @@ in {
|
|||
css.enable = true;
|
||||
html.enable = true;
|
||||
lua.enable = true;
|
||||
ts = {
|
||||
enable = true;
|
||||
format.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
filetree.neo-tree = {
|
||||
enable = true;
|
||||
setupOpts = {
|
||||
enableCursorhijack = true;
|
||||
enable_git_status = true;
|
||||
git_status_async = true;
|
||||
open_files_in_last_window = true;
|
||||
};
|
||||
};
|
||||
|
||||
lazy.plugins = {
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
prismlauncher
|
||||
inkscape
|
||||
pinta
|
||||
hoppscotch
|
||||
|
||||
# de
|
||||
hyprpaper
|
||||
|
|
Loading…
Reference in a new issue