All Projects → nanotee → sqls.nvim

nanotee / sqls.nvim

Licence: MIT license
Neovim plugin for sqls that leverages the built-in LSP client

Programming Languages

lua
6591 projects
Vim Script
2826 projects

Projects that are alternatives of or similar to sqls.nvim

vis-lspc
language server protocol client for the vis editor
Stars: ✭ 24 (-68.83%)
Mutual labels:  lsp
vim-lamp
💡Language Server Protocol client for Vim.
Stars: ✭ 34 (-55.84%)
Mutual labels:  lsp
vscode-tenkawa-php
Visual Studio Code extension integrating Tenkawa PHP language server.
Stars: ✭ 28 (-63.64%)
Mutual labels:  lsp
coc-elixir
Elixir language server extension based on elixir-ls for coc.nvim
Stars: ✭ 150 (+94.81%)
Mutual labels:  lsp
lxtk
Language Client/Server Toolkit
Stars: ✭ 22 (-71.43%)
Mutual labels:  lsp
aerial.nvim
Neovim plugin for a code outline window
Stars: ✭ 485 (+529.87%)
Mutual labels:  lsp
vscode
The Visual Studio Code Extension for the Erlang Language Server
Stars: ✭ 62 (-19.48%)
Mutual labels:  lsp
fzf-lsp.nvim
Enable the power of fzf fuzzy search for the neovim built in lsp
Stars: ✭ 143 (+85.71%)
Mutual labels:  lsp
merlin-language-server
Minimal cross-platform LSP wrapper for merlin
Stars: ✭ 28 (-63.64%)
Mutual labels:  lsp
lua-analyzer
A language server for lua written in rust
Stars: ✭ 56 (-27.27%)
Mutual labels:  lsp
neovimfiles
My Neovim configuration written in Lua
Stars: ✭ 52 (-32.47%)
Mutual labels:  lsp
navigator.lua
Source code analysis & navigation plugin for Neovim. Navigate codes like a breeze🎐. Exploring LSP and 🌲Treesitter symbols a piece of 🍰. Take control like a boss 🦍.
Stars: ✭ 781 (+914.29%)
Mutual labels:  lsp
lsp-metals
lsp-mode ❤️ metals
Stars: ✭ 49 (-36.36%)
Mutual labels:  lsp
glsp-server
Java-based server framework of the graphical language server platform
Stars: ✭ 25 (-67.53%)
Mutual labels:  lsp
LIPs
LUKSO Improvement Proposals. Repository for the LUKSO Blockchain Improvement Proposals (LIPs) and LUKSO Standards Process (LSP).
Stars: ✭ 39 (-49.35%)
Mutual labels:  lsp
Spyglass
Development tools for vanilla Minecraft: Java Edition data pack developers.
Stars: ✭ 163 (+111.69%)
Mutual labels:  lsp
atom-ide-scala
Scala & Dotty support for Atom IDE (🧟‍♂️ zombie repo)
Stars: ✭ 47 (-38.96%)
Mutual labels:  lsp
coc-ccls
CCLS (C/C++) extension for coc.nvim
Stars: ✭ 20 (-74.03%)
Mutual labels:  lsp
ansible-language-server
Ansible Language Server
Stars: ✭ 114 (+48.05%)
Mutual labels:  lsp
easy-hls-nix
Easy Haskell Language Server tooling with Nix!
Stars: ✭ 56 (-27.27%)
Mutual labels:  lsp

sqls.nvim

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].