aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2023-08-29 10:39:54 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2023-08-29 10:39:54 -0400
commit8c7a6b826fe42f8ec3ae83015386813806fb66ff (patch)
tree9adab4518f1eeebae3613f8015e0329f6f812ee5 /nvim/lua
parente61cea38a6f3d35a389d9236e632b0eeb14fa788 (diff)
started sql lsp config
Diffstat (limited to 'nvim/lua')
-rw-r--r--nvim/lua/lsp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/lsp.lua b/nvim/lua/lsp.lua
index 1a45349..d878e6d 100644
--- a/nvim/lua/lsp.lua
+++ b/nvim/lua/lsp.lua
@@ -5,6 +5,7 @@ lsp.preset({})
lsp.ensure_installed({
'pylsp',
'html',
+ 'sqlls',
-- 'java_language_server',
-- 'ltex',
'lua_ls',