feat(neovim): update dap config

This commit is contained in:
Felix Schröter 2021-09-01 12:52:34 +02:00
parent 6127d31e46
commit a076bdb5bc
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
5 changed files with 39 additions and 12 deletions

View file

@ -48,8 +48,8 @@ in {
nvim-lightbulb
# dap
# nvim-dap
# nvim-dap-virtual-text
nvim-dap
nvim-dap-virtual-text
vim-orgmode
];
@ -58,6 +58,7 @@ in {
+ vimLua (readFile ./which-key.lua) + vimLua (readFile ./gitsigns.lua)
+ readFile ./test.vim + vimLua (readFile ./lsp/extensions.lua)
+ readFile ./lsp/lsp.vim + vimLua (readFile ./lsp/lsp.lua)
+ readFile ./dap/dap.vim + vimLua (readFile ./dap/dap.lua)
+ vimLua (readFile ./treesitter.lua);
withNodeJs = false;
withPython3 = false;