diff --git a/modules/home-manager/cli/neovim/default.nix b/modules/home-manager/cli/neovim/default.nix index ae4424e..19cbdca 100644 --- a/modules/home-manager/cli/neovim/default.nix +++ b/modules/home-manager/cli/neovim/default.nix @@ -134,6 +134,20 @@ in config = ( builtins.readFile ./files/treesitter_context.lua); } + { + plugin = lspsaga-nvim; + type = "lua"; + config = '' + require('lspsaga').setup { + ui = { + code_action = '' + }, + lightbulb = { + virtual_text = false + } + } + ''; + } { plugin = which-key-nvim; type = "lua";