test
This commit is contained in:
parent
3b1a3a306c
commit
15b334ce46
1 changed files with 4 additions and 0 deletions
|
@ -82,10 +82,14 @@
|
||||||
showmode = false;
|
showmode = false;
|
||||||
};
|
};
|
||||||
plugins = {
|
plugins = {
|
||||||
|
# Try to enable image support via kitty in nvim
|
||||||
|
image.enable = true;
|
||||||
# Parser generator tool
|
# Parser generator tool
|
||||||
treesitter.enable = true;
|
treesitter.enable = true;
|
||||||
# Snippet engine for neovim
|
# Snippet engine for neovim
|
||||||
luasnip.enable = true;
|
luasnip.enable = true;
|
||||||
|
# winbar that uses nvim-navic in order to get LSP context from your language server.
|
||||||
|
barbecue.enable = true;
|
||||||
# Nix language syntax highlighting / file type associations
|
# Nix language syntax highlighting / file type associations
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
# Run nix develop / shell without exiting vim
|
# Run nix develop / shell without exiting vim
|
||||||
|
|
Loading…
Reference in a new issue