Skip to content

Commit

Permalink
lspsaga package
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Mar 14, 2024
1 parent 9380997 commit aae3b47
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion config/lsp/lspsaga.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
{
{pkgs, ...}: {
plugins.lspsaga = {
enable = true;

# https://github.com/nvimdev/lspsaga.nvim/issues/1405
package = with pkgs;
vimUtils.buildVimPlugin {
pname = "lspsaga.nvim";
version = "2024-03-12";
src = fetchFromGitHub {
owner = "nvimdev";
repo = "lspsaga.nvim";
rev = "f63b794a89d376487c166d19707368d49c810b91";
sha256 = "cpBnwDKpI0R/mEUXT6Bx0HDkLOY59KP2Dz+dRYrbe0o=";
};
};

lightbulb = {
enable = true;
virtualText = false;
};

symbolInWinbar.enable = false;
ui.border = "rounded";
};

keymaps = [
{
mode = "n";
Expand Down

0 comments on commit aae3b47

Please sign in to comment.