Vim config update
This commit is contained in:
parent
828c687eff
commit
629816db84
4 changed files with 20 additions and 4 deletions
|
|
@ -6,5 +6,6 @@
|
|||
[ nodePackages.typescript-language-server ]
|
||||
++ lib.optionals config.programs.kakoune.enable
|
||||
[ nodePackages.typescript-language-server ];
|
||||
programs.neovim.withNodeJs = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,5 @@
|
|||
[ nixpkgs-fmt nixfmt nix-prefetch-scripts nix-review nix-tree ]
|
||||
++ lib.optionals config.programs.helix.enable [ nil ]
|
||||
++ lib.optionals config.programs.kakoune.enable [ rnix-lsp ];
|
||||
programs.neovim.plugins = with pkgs.vimPlugins; [ vim-nix ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,4 +13,5 @@
|
|||
# python3Packages.pyls-black # BLACK # NOT UPDATED
|
||||
python3Packages.pyls-isort # ISORT
|
||||
];
|
||||
programs.neovim.withPython3 = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue