SkillAgentSearch skills...

Sqls.nvim

Neovim plugin for sqls that leverages the built-in LSP client

Install / Use

/learn @nanotee/Sqls.nvim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

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

See sqls-nvim-commands

Mappings

See sqls-nvim-maps

Events

See sqls-nvim-events

Related Skills

View on GitHub
GitHub Stars248
CategoryData
Updated8d ago
Forks13

Languages

Lua

Security Score

100/100

Audited on Mar 18, 2026

No findings