fix silly typo :p

This commit is contained in:
Natalie Marks 2025-07-05 21:11:55 -07:00
parent 4c139f1a7a
commit 512a87da53
No known key found for this signature in database
GPG key ID: 61F4EAEB0C9C3D5F

View file

@ -53,8 +53,6 @@
lsp = {
# Must be enabled for language modules to hook into the LSP API.
enable = true;
# enable debug adapter protocal by default
enableDAP = true;
formatOnSave = true;
# show errors inline
@ -103,6 +101,8 @@
enableFormat = true;
enableTreesitter = true;
enableExtraDiagnostics = true;
# enable debug adapter protocol by default
enableDAP = true;
# sort-lines: on
bash.enable = true;