mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-05 21:49:32 +01:00
neovim: Add sql language server support
This commit is contained in:
parent
86351c48f5
commit
0c3624abd6
@ -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',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user