From 5534fb43219d993f6d81c35319e92fb33e41de33 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Sun, 25 Feb 2024 22:35:52 -0500 Subject: [PATCH] neovim plugins --- users/tacocat/neovim/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; };