mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-17 16:21:12 +02:00
more stuff
This commit is contained in:
parent
b9199efb56
commit
fbbbd26e08
9 changed files with 58 additions and 68 deletions
|
@ -1,10 +1,10 @@
|
|||
vim.api.nvim_create_autocmd('FileType', {
|
||||
pattern = 'sql',
|
||||
callback = function()
|
||||
vim.lsp.start {
|
||||
name = 'sqls',
|
||||
cmd = { 'sqls', 'stdio' },
|
||||
root_dir = vim.fn.getcwd(),
|
||||
}
|
||||
end,
|
||||
})
|
||||
-- vim.api.nvim_create_autocmd('FileType', {
|
||||
-- pattern = 'sql',
|
||||
-- callback = function()
|
||||
-- vim.lsp.start {
|
||||
-- name = 'sqls',
|
||||
-- cmd = { 'sqls', 'stdio' },
|
||||
-- root_dir = vim.fn.getcwd(),
|
||||
-- }
|
||||
-- end,
|
||||
-- })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue