mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
lsp changes, mini.ai
This commit is contained in:
parent
e260bac77b
commit
8b0a7ef1a6
4 changed files with 37 additions and 38 deletions
39
plugins.nix
39
plugins.nix
|
|
@ -8,34 +8,11 @@
|
|||
gitsigns-nvim
|
||||
oil-nvim
|
||||
rose-pine
|
||||
|
||||
#treesitter
|
||||
(nvim-treesitter.withPlugins
|
||||
(
|
||||
plugins: with plugins; [
|
||||
tree-sitter-bash
|
||||
tree-sitter-c
|
||||
tree-sitter-dockerfile
|
||||
tree-sitter-go
|
||||
tree-sitter-html
|
||||
tree-sitter-javascript
|
||||
tree-sitter-json
|
||||
tree-sitter-lua
|
||||
tree-sitter-markdown
|
||||
tree-sitter-markdown-inline
|
||||
tree-sitter-php
|
||||
tree-sitter-python
|
||||
tree-sitter-svelte
|
||||
tree-sitter-typescript
|
||||
tree-sitter-yaml
|
||||
]
|
||||
)
|
||||
)
|
||||
nvim-treesitter-textobjects
|
||||
];
|
||||
extra = with pkgs.vimPlugins; [
|
||||
vim-nix
|
||||
#lsp
|
||||
nvim-lspconfig
|
||||
];
|
||||
}
|
||||
nvim-lspconfig
|
||||
nvim-treesitter.withAllGrammars
|
||||
nvim-treesitter-textobjects
|
||||
];
|
||||
extra = with pkgs.vimPlugins; [
|
||||
vim-nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue