diff options
| author | seth <[email protected]> | 2023-03-01 21:09:07 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-01 21:09:07 -0500 |
| commit | b76b50f277a9b7bda79438d22721bad7e4a6bd65 (patch) | |
| tree | d1bc9351308de7d2a0d16fc40903662a9008630c /users/seth/programs | |
| parent | 7f19591403b0bb4484d707418e399a7d0d6c9271 (diff) | |
unpin nvim-treesitter
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 |
