style(nvim): remove clutter etc.
parent
a6309af0e6
commit
d257605202
|
@ -21,8 +21,6 @@
|
||||||
impermanence.enable = true;
|
impermanence.enable = true;
|
||||||
};
|
};
|
||||||
terminal.package = pkgs.kitty;
|
terminal.package = pkgs.kitty;
|
||||||
programs.river.enable = true;
|
|
||||||
programs.hyprland.enable = false;
|
|
||||||
programs.exercism.enable = true;
|
programs.exercism.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -36,7 +34,6 @@
|
||||||
criteria = "eDP-1";
|
criteria = "eDP-1";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
profile.name = "docked";
|
profile.name = "docked";
|
||||||
|
|
|
@ -17,30 +17,6 @@ in
|
||||||
xdotool # for vimtex
|
xdotool # for vimtex
|
||||||
];
|
];
|
||||||
|
|
||||||
# programs.neovim = {
|
|
||||||
# extraPackages = with pkgs;
|
|
||||||
# [
|
|
||||||
# alejandra
|
|
||||||
# checkmake
|
|
||||||
# codespell
|
|
||||||
# deadnix
|
|
||||||
# dotenv-linter
|
|
||||||
# fish
|
|
||||||
# jq
|
|
||||||
# nil
|
|
||||||
# nixd
|
|
||||||
# nixpkgs-fmt
|
|
||||||
# nodePackages.bash-language-server
|
|
||||||
# python3Packages.python-lsp-server
|
|
||||||
# shellcheck
|
|
||||||
# shfmt
|
|
||||||
# stable.yamlfix
|
|
||||||
# statix
|
|
||||||
# taplo
|
|
||||||
# yamllint
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
|
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
|
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
|
||||||
|
|
|
@ -34,11 +34,13 @@ in
|
||||||
{ plugins.oil.enable = true; }
|
{ plugins.oil.enable = true; }
|
||||||
{ plugins.nvim-autopairs.enable = true; }
|
{ plugins.nvim-autopairs.enable = true; }
|
||||||
{ plugins.vim-surround.enable = true; }
|
{ plugins.vim-surround.enable = true; }
|
||||||
{
|
|
||||||
plugins.lint.enable = true;
|
# TODO: add linters
|
||||||
# TODO: add linters
|
# {
|
||||||
plugins.lint.lintersByFt = { };
|
# plugins.lint.enable = true;
|
||||||
}
|
# plugins.lint.lintersByFt = { };
|
||||||
|
# }
|
||||||
|
|
||||||
{
|
{
|
||||||
plugins.marks.enable = true;
|
plugins.marks.enable = true;
|
||||||
plugins.marks.defaultMappings = false;
|
plugins.marks.defaultMappings = false;
|
||||||
|
|
Loading…
Reference in New Issue