style(nvim): remove clutter etc.

nixos
Moritz Böhme 2024-10-26 17:09:27 +02:00
parent a6309af0e6
commit d257605202
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
3 changed files with 7 additions and 32 deletions

View File

@ -21,8 +21,6 @@
impermanence.enable = true;
};
terminal.package = pkgs.kitty;
programs.river.enable = true;
programs.hyprland.enable = false;
programs.exercism.enable = true;
};
@ -36,7 +34,6 @@
criteria = "eDP-1";
}
];
}
{
profile.name = "docked";

View File

@ -17,30 +17,6 @@ in
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 = {
enable = true;
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;

View File

@ -34,11 +34,13 @@ in
{ plugins.oil.enable = true; }
{ plugins.nvim-autopairs.enable = true; }
{ plugins.vim-surround.enable = true; }
{
plugins.lint.enable = true;
# TODO: add linters
plugins.lint.lintersByFt = { };
}
# TODO: add linters
# {
# plugins.lint.enable = true;
# plugins.lint.lintersByFt = { };
# }
{
plugins.marks.enable = true;
plugins.marks.defaultMappings = false;