Tried doing some sql ls stuff, doesn't work well so it's off

This commit is contained in:
Kyren223
2024-10-27 23:04:59 +02:00
parent d3330367e3
commit ef5d7278fb
3 changed files with 20 additions and 0 deletions

View File

@@ -67,6 +67,7 @@
"render-markdown.nvim": { "branch": "main", "commit": "5137b5e198ddff8a26f88df7000ff8ca336e6fcd" },
"rustaceanvim": { "branch": "master", "commit": "6eb1c41463a0ad02a4fe799321cc7f651b87e576" },
"spring-boot.nvim": { "branch": "main", "commit": "218c0c26c14d99feca778e4d13f5ec3e8b1b60f0" },
"sqls.nvim": { "branch": "main", "commit": "4b1274b5b44c48ce784aac23747192f5d9d26207" },
"telescope-fzf-native.nvim": { "branch": "main", "commit": "cf48d4dfce44e0b9a2e19a008d6ec6ea6f01a83b" },
"telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
"telescope.nvim": { "branch": "master", "commit": "d90956833d7c27e73c621a61f20b29fdb7122709" },

View File

@@ -109,4 +109,20 @@ return {
},
}, -- Go LSP
jdtls = true, -- java
-- sqlls = true,
-- sqls = {
-- on_attach = function(client, bufnr)
-- require('sqls').on_attach(client, bufnr)
-- end,
-- settings = {
-- sqls = {
-- connections = {
-- {
-- driver = 'sqlite3',
-- dataSourceName = '/home/kyren/projects/eko/server.db',
-- },
-- },
-- },
-- },
-- },
}

View File

@@ -0,0 +1,3 @@
return {
'nanotee/sqls.nvim',
}