remove unneeded parenthesis
This commit is contained in:
parent
b70c840083
commit
ab1f001742
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ in
|
|||
programs.neovim =
|
||||
let
|
||||
nvim-treesitter = pkgs.vimPlugins.nvim-treesitter;
|
||||
treesitterWithGrammars = (nvim-treesitter.withPlugins (_: nvim-treesitter.allGrammars));
|
||||
treesitterWithGrammars = nvim-treesitter.withPlugins (_: nvim-treesitter.allGrammars);
|
||||
|
||||
treesitter-parsers = pkgs.symlinkJoin {
|
||||
name = "treesitter-parsers";
|
||||
|
|
Loading…
Reference in a new issue