diff options
Diffstat (limited to 'users/seth/programs')
| -rw-r--r-- | users/seth/programs/neovim.nix | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/users/seth/programs/neovim.nix b/users/seth/programs/neovim.nix index 512e939..0f09c43 100644 --- a/users/seth/programs/neovim.nix +++ b/users/seth/programs/neovim.nix @@ -1,10 +1,4 @@ -{ - pkgs, - nixpkgsStable, - ... -}: let - treesitter-pinned = import nixpkgsStable {system = "x86_64-linux";}; -in { +{pkgs, ...}: { programs.neovim = { enable = true; defaultEditor = true; @@ -42,7 +36,7 @@ in { nvim-lspconfig null-ls-nvim nvim-tree-lua - treesitter-pinned.pkgs.vimPlugins.nvim-treesitter.withAllGrammars + nvim-treesitter.withAllGrammars nvim-web-devicons plenary-nvim telescope-nvim |
