Neovim plugin for sqls that leverages the built-in LSP client. Loosely based on the code from sqls.vim. Requires Neovim >=0.11.0
vim.pack.add({'https://github.com/nanotee/sqls.nvim'})
Enable the configuration with vim.lsp.enable() and vim.lsp.config()
vim.lsp.config('sqls', {
-- your custom client configuration
})
vim.lsp.enable('sqls')
See also: lsp-config
See sqls-nvim-maps
See sqls-nvim-events
Lua
97.0%
Vim Script
3.0%
Neovim plugin for sqls that leverages the built-in LSP client. Loosely based on the code from sqls.vim. Requires Neovim >=0.11.0
vim.pack.add({'https://github.com/nanotee/sqls.nvim'})
Enable the configuration with vim.lsp.enable() and vim.lsp.config()
vim.lsp.config('sqls', {
-- your custom client configuration
})
vim.lsp.enable('sqls')
See also: lsp-config
See sqls-nvim-maps
See sqls-nvim-events
Lua
97.0%
Vim Script
3.0%