diff --git a/users/tacocat/neovim/default.nix b/users/tacocat/neovim/default.nix index 34b5132..0fe8f60 100644 --- a/users/tacocat/neovim/default.nix +++ b/users/tacocat/neovim/default.nix @@ -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; };