Skip to content

nanotee/sqls.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqls.nvim

Neovim plugin for sqls that leverages the built-in LSP client. Loosely based on the code from sqls.vim. Requires Neovim 0.5.1+

Installation

Usage

Setup the plugin with nvim-lspconfig

require('lspconfig').sqls.setup{
    on_attach = function(client, bufnr)
        require('sqls').on_attach(client, bufnr)
    end
}

Commands

See sqls-nvim-commands

Mappings

See sqls-nvim-maps

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •