This commit is contained in:
iFargle 2024-02-15 14:59:31 +09:00
parent 3b1a3a306c
commit 15b334ce46

View file

@ -82,10 +82,14 @@
showmode = false;
};
plugins = {
# Try to enable image support via kitty in nvim
image.enable = true;
# Parser generator tool
treesitter.enable = true;
# Snippet engine for neovim
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.enable = true;
# Run nix develop / shell without exiting vim