mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-15 09:22:30 +02:00
neovim: Add sql language server support
This commit is contained in:
@ -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',
|
||||
}
|
||||
|
Reference in New Issue
Block a user