feat: switch to folke/trouble.nvim
This commit is contained in:
parent
c820c191fd
commit
a409b8e75b
3 changed files with 1 additions and 24 deletions
17
flake.lock
17
flake.lock
|
@ -89,22 +89,6 @@
|
|||
"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": {
|
||||
"locked": {
|
||||
"lastModified": 1669834992,
|
||||
|
@ -143,7 +127,6 @@
|
|||
"cmp-git": "cmp-git",
|
||||
"home-manager": "home-manager",
|
||||
"impermanence": "impermanence",
|
||||
"lsp-trouble": "lsp-trouble",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nur": "nur"
|
||||
}
|
||||
|
|
|
@ -23,11 +23,6 @@
|
|||
url = "github:nix-community/home-manager/release-22.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
lsp-trouble = {
|
||||
url = "github:simrat39/lsp-trouble.nvim";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {nixpkgs, ...} @ args: {
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
plugins = buildPlugins [
|
||||
"cmp-conventionalcommits"
|
||||
"cmp-git"
|
||||
"lsp-trouble"
|
||||
];
|
||||
in
|
||||
with pkgs.vimPlugins;
|
||||
|
@ -39,11 +38,11 @@
|
|||
{plugin = editorconfig-nvim;}
|
||||
{plugin = friendly-snippets;}
|
||||
{plugin = fugitive;}
|
||||
{plugin = lsp-trouble;}
|
||||
{plugin = lualine-lsp-progress;}
|
||||
{plugin = playground;}
|
||||
{plugin = rust-vim;}
|
||||
{plugin = tabular;}
|
||||
{plugin = trouble-nvim;}
|
||||
{plugin = vim-nix;}
|
||||
{plugin = vim-repeat;}
|
||||
|
||||
|
|
Loading…
Reference in a new issue