diff --git a/lua/dot013/plugins/ide.lua b/lua/dot013/plugins/ide.lua index 8836327..e8c17ce 100644 --- a/lua/dot013/plugins/ide.lua +++ b/lua/dot013/plugins/ide.lua @@ -80,4 +80,9 @@ return { end, }, { "friendly-snippets", dep_of = { "luasnip" } }, + + { + "cloak-nvim", + ft = { "sh" }, + }, } diff --git a/neovim.nix b/neovim.nix index c069852..83381b2 100644 --- a/neovim.nix +++ b/neovim.nix @@ -27,6 +27,7 @@ with pkgs.vimPlugins; [ auto-save-nvim blink-cmp + cloak-nvim friendly-snippets harpoon2 lualine-nvim