mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add nvim-treesitter.withAllGrammars
This commit is contained in:
@@ -380,9 +380,7 @@ in {
|
||||
nvim-cmp
|
||||
nvim-lspconfig
|
||||
nvim-tree-lua
|
||||
/*
|
||||
nvim-treesitter
|
||||
*/
|
||||
nvim-treesitter.withAllGrammars
|
||||
nvim-ts-rainbow
|
||||
nvim-web-devicons
|
||||
packer-nvim
|
||||
@@ -406,5 +404,5 @@ in {
|
||||
home.file.".config/nvim/lua".source = ./nvim/lua;
|
||||
home.file.".config/srv".source = ./srv;
|
||||
|
||||
home.file."..aws/config".source = ./.aws/config;
|
||||
home.file.".aws/config".source = ./.aws/config;
|
||||
}
|
||||
|
Reference in New Issue
Block a user