fix silly typo :p
This commit is contained in:
parent
4c139f1a7a
commit
512a87da53
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,6 @@
|
||||||
lsp = {
|
lsp = {
|
||||||
# Must be enabled for language modules to hook into the LSP API.
|
# Must be enabled for language modules to hook into the LSP API.
|
||||||
enable = true;
|
enable = true;
|
||||||
# enable debug adapter protocal by default
|
|
||||||
enableDAP = true;
|
|
||||||
|
|
||||||
formatOnSave = true;
|
formatOnSave = true;
|
||||||
# show errors inline
|
# show errors inline
|
||||||
|
@ -103,6 +101,8 @@
|
||||||
enableFormat = true;
|
enableFormat = true;
|
||||||
enableTreesitter = true;
|
enableTreesitter = true;
|
||||||
enableExtraDiagnostics = true;
|
enableExtraDiagnostics = true;
|
||||||
|
# enable debug adapter protocol by default
|
||||||
|
enableDAP = true;
|
||||||
|
|
||||||
# sort-lines: on
|
# sort-lines: on
|
||||||
bash.enable = true;
|
bash.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue