feat: switch to folke/trouble.nvim

This commit is contained in:
buffet 2022-12-02 16:59:51 +00:00
parent c820c191fd
commit a409b8e75b
3 changed files with 1 additions and 24 deletions

View file

@ -89,22 +89,6 @@
"type": "github" "type": "github"
} }
}, },
"lsp-trouble": {
"flake": false,
"locked": {
"lastModified": 1620090273,
"narHash": "sha256-Vrv9xWGANqruKwtWlb5jr/4i5bsM8mZiyG6FPENhi9w=",
"owner": "simrat39",
"repo": "lsp-trouble.nvim",
"rev": "315bda04bc48a6d28fc4417b69ec60458d354e7a",
"type": "github"
},
"original": {
"owner": "simrat39",
"repo": "lsp-trouble.nvim",
"type": "github"
}
},
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1669834992, "lastModified": 1669834992,
@ -143,7 +127,6 @@
"cmp-git": "cmp-git", "cmp-git": "cmp-git",
"home-manager": "home-manager", "home-manager": "home-manager",
"impermanence": "impermanence", "impermanence": "impermanence",
"lsp-trouble": "lsp-trouble",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nur": "nur" "nur": "nur"
} }

View file

@ -23,11 +23,6 @@
url = "github:nix-community/home-manager/release-22.11"; url = "github:nix-community/home-manager/release-22.11";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
lsp-trouble = {
url = "github:simrat39/lsp-trouble.nvim";
flake = false;
};
}; };
outputs = {nixpkgs, ...} @ args: { outputs = {nixpkgs, ...} @ args: {

View file

@ -23,7 +23,6 @@
plugins = buildPlugins [ plugins = buildPlugins [
"cmp-conventionalcommits" "cmp-conventionalcommits"
"cmp-git" "cmp-git"
"lsp-trouble"
]; ];
in in
with pkgs.vimPlugins; with pkgs.vimPlugins;
@ -39,11 +38,11 @@
{plugin = editorconfig-nvim;} {plugin = editorconfig-nvim;}
{plugin = friendly-snippets;} {plugin = friendly-snippets;}
{plugin = fugitive;} {plugin = fugitive;}
{plugin = lsp-trouble;}
{plugin = lualine-lsp-progress;} {plugin = lualine-lsp-progress;}
{plugin = playground;} {plugin = playground;}
{plugin = rust-vim;} {plugin = rust-vim;}
{plugin = tabular;} {plugin = tabular;}
{plugin = trouble-nvim;}
{plugin = vim-nix;} {plugin = vim-nix;}
{plugin = vim-repeat;} {plugin = vim-repeat;}