feat(neovim): add csharp ftplugin to aid on nvim-dap
This commit is contained in:
parent
c0499e58ed
commit
157a2d5172
2 changed files with 142 additions and 0 deletions
|
@ -143,6 +143,11 @@ in
|
|||
source = ./queries;
|
||||
};
|
||||
|
||||
xdg.configFile."nvim/ftplugin" = {
|
||||
recursive = true;
|
||||
source = ./ftplugin;
|
||||
};
|
||||
|
||||
xdg.configFile."nvim/lua/plugins/astrolsp.lua".source = pkgs.runCommand "astrolsp.lua" { } ''
|
||||
cp ${./lsp.lua} $out
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue