1
0
forked from extern/nix-config

neovim: Add sql language server support

This commit is contained in:
Donovan Glover 2023-12-29 17:54:54 -05:00
parent 86351c48f5
commit 0c3624abd6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -84,6 +84,9 @@ in
# emmet
emmet-language-server
# sql
sqlite
];
editorconfig = {
@ -303,6 +306,7 @@ in
'crystalline',
'prismals',
'tailwindcss',
'sqlls',
'emmet_language_server',
'astro',
}