mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
feat: new option enableDAP
This commit is contained in:
parent
595e76ed2f
commit
1eceb04db9
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ in {
|
|||
|
||||
options.vim.languages = {
|
||||
enableLSP = mkEnable "LSP";
|
||||
enableDAP = mkEnable "Debug Adapter";
|
||||
enableTreesitter = mkEnable "treesitter";
|
||||
enableFormat = mkEnable "formatting";
|
||||
enableExtraDiagnostics = mkEnable "extra diagnostics";
|
||||
|
|
Loading…
Reference in a new issue