neovim plugins

This commit is contained in:
Aria Nolan 2024-02-25 22:35:52 -05:00
parent 5ff463bab3
commit 5534fb4321

View file

@ -36,6 +36,16 @@
showmode = false;
};
plugins = {
telescope = {
enable = true;
};
comment-nvim = {
enable = true;
};
markdown-preview = {
enable = true;
browser = "firefox";
};
lualine = {
enable = true;
sectionSeparators = {
@ -65,6 +75,7 @@
{ name = "path"; }
{ name = "buffer"; }
];
snippet.expand = "luasnip";
completion = {
autocomplete = false;
};