Sqls.nvim
Neovim plugin for sqls that leverages the built-in LSP client
Install / Use
/learn @nanotee/Sqls.nvimREADME
sqls.nvim
Neovim plugin for sqls that leverages the built-in LSP client. Loosely based on the code from sqls.vim. Requires Neovim 0.11.0+
Installation
- packer.nvim
use 'nanotee/sqls.nvim' - paq-nvim
paq 'nanotee/sqls.nvim' - vim-plug
Plug 'nanotee/sqls.nvim'
Usage
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
Commands
Mappings
See sqls-nvim-maps
Events
See sqls-nvim-events
Related Skills
oracle
338.0kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
prose
338.0kOpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
Command Development
83.4kThis skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
Plugin Structure
83.4kThis skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.
