Skip to content

Commit

Permalink
feat(plug): antosha417/nvim-lsp-file-operations
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Feb 28, 2024
1 parent 0fdf559 commit 91f3bcd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
6 changes: 6 additions & 0 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,12 @@
"rev": "24fc62f0dee1e388e522795a9a8e9eac60b047e3",
"type": "git"
},
"nvim-lsp-file-operations": {
"branch": "master",
"repo": "git@github.com:antosha417/nvim-lsp-file-operations",
"rev": "223aca86b737dc66e9c51ebcda8788a8d9cc6cf2",
"type": "git"
},
"nvim-lspconfig": {
"branch": "master",
"repo": "git@github.com:neovim/nvim-lspconfig",
Expand Down
19 changes: 8 additions & 11 deletions plugins/spec.nix
Original file line number Diff line number Diff line change
Expand Up @@ -277,22 +277,19 @@ in rec {
};
};

# lir = {
# config = ./lir.lua;
# dependencies = {
# inherit nvim-web-devicons overseer plenary;
# git_status = {
# src = sources."lir-git-status.nvim";
# };
# };
# src = sources."lir.nvim";
# };
lsp-file-operations = {
src = sources.nvim-lsp-file-operations;
config = true;
dependencies = {
inherit neo-tree;
};
};

lspconfig = {
src = sources.nvim-lspconfig;
config = ./lsp.lua;
dependencies = {
inherit conform fun lspkind sg;
inherit conform fun lsp-file-operations lspkind sg;
clangd_extensions = {
src = sources."clangd_extensions.nvim";
};
Expand Down

0 comments on commit 91f3bcd

Please sign in to comment.