mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
Update neovim config
This commit is contained in:
parent
e2642957ab
commit
5a86a25849
2 changed files with 191 additions and 39 deletions
|
@ -21,11 +21,11 @@ with lib;
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
home.packages = with pkgs; [ nixfmt git nodejs ripgrep ];
|
||||
home.packages = with pkgs; [ nixfmt git nodejs ripgrep gcc ];
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.neovim-unwrapped;
|
||||
package = pkgs.neovim-unwrapped;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
|
@ -46,10 +46,9 @@ with lib;
|
|||
};
|
||||
|
||||
withPython3 = true;
|
||||
plugins = with pkgs.unstable.vimPlugins; [
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
#theme
|
||||
onedarker
|
||||
|
||||
# LSP
|
||||
nvim-lspconfig
|
||||
|
||||
|
@ -60,6 +59,10 @@ with lib;
|
|||
|
||||
nvim-web-devicons
|
||||
|
||||
pkgs.unstable.vimPlugins.bufferline-nvim
|
||||
nvim-colorizer-lua
|
||||
pears-nvim
|
||||
nvim-tree-lua
|
||||
|
||||
(nvim-treesitter.withPlugins (ps: with ps; [
|
||||
tree-sitter-nix
|
||||
|
@ -67,11 +70,6 @@ with lib;
|
|||
]))
|
||||
|
||||
|
||||
bufferline-nvim
|
||||
nvim-colorizer-lua
|
||||
pears-nvim
|
||||
nvim-tree-lua
|
||||
|
||||
vim-lastplace
|
||||
vim-nix
|
||||
vim-nixhash
|
||||
|
@ -83,7 +81,6 @@ with lib;
|
|||
vim-scriptease
|
||||
semshi
|
||||
coc-prettier
|
||||
coc-rust-analyzer
|
||||
rust-vim
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue