shake.nvim VS nvim-lsp

Compare shake.nvim vs nvim-lsp and see what are their differences.

shake.nvim

Neovim plugin: Use presets for tranforming strings or add your own vim operators (by johmsalas)

nvim-lsp

Quickstart configs for Nvim LSP [Moved to: https://github.com/neovim/nvim-lspconfig] (by neovim)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
shake.nvim nvim-lsp
2 1
5 6,664
- -
0.0 10.0
about 2 years ago over 1 year ago
Lua Lua
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

shake.nvim

Posts with mentions or reviews of shake.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-16.
  • Syntax Tree Surfer 2.0 Beta released! 🔥
    1 project | /r/neovim | 23 May 2022
    woooww. I totally know this feeling. Like right now. I'm creating a whole framework for doing something. But, for creating the framework, I need to learn how to use vim. Wait, I don't like string conversion plugins for vim are not made in Lua. Let's make a plugin for changing to snakeCase, but the plugin turns out to be a framework for supporting any type of string conversions. Which hopefully will support LSP edition
  • Bump of boolean toggle plugin
    3 projects | /r/neovim | 16 Mar 2022

nvim-lsp

Posts with mentions or reviews of nvim-lsp. We have used some of these posts to build our list of alternatives and similar projects.
  • Setting up a local config for clangd not working for project not working.
    1 project | /r/neovim | 5 Feb 2023
    return { local cwd = vim.fn.getcwd(-1, -1) if cwd == "/home/jared/Projects/CPP/NakOS" then local configs = require("nvim_lsp/configs") local util = require("nvim_lsp/util") local root_pattern = util.root_pattern("compile_commands.json", "compile_flags.txt", ".git") configs.clangd = { default_config = util.utf8_config({ cmd = { "clangd", "--background-index", "--query-driver", "/home/jared/Projects/CPP/NakOS/Toolchain/opt/cross/bin/i686-elf-g++", }, filetypes = { "c", "cpp", "objc", "objcpp" }, root_dir = function(fname) local filename = util.path.is_absolute(fname) and fname or util.path.join(vim.loop.cwd(), fname) return root_pattern(filename) or util.path.dirname(filename) end, }), -- commands = {}; -- on_new_config = function(new_config) end; -- on_attach = function(client, bufnr) end; docs = { description = [[ https://clang.llvm.org/extra/clangd/Installation.html **NOTE:** Clang >= 9 is recommended! See [this issue for more](https://github.com/neovim/nvim-lsp/issues/23). clangd relies on a [JSON compilation database](https://clang.llvm.org/docs/JSONCompilationDatabase.html) specified as compile_commands.json or, for simpler projects, a compile_flags.txt. ]], default_config = { root_dir = [[root_pattern("compile_commands.json", "compile_flags.txt", ".git") or dirname]], on_init = [[function to handle changing offsetEncoding]], capabilities = [[default capabilities, with offsetEncoding utf-8]], }, }, } end }

What are some alternatives?

When comparing shake.nvim and nvim-lsp you can also consider the following projects:

dial.nvim - enhanced increment/decrement plugin for Neovim.

deep-symbols - LSP document symbols improved

alternate-toggler - A very small plugin for toggling alternate "boolean" values.

CuberiteExamplePlugin - [WIP] This is an example plugin to get you comfortable with Cuberite plugins etc

nlsp-settings.nvim - A plugin for setting Neovim LSP with JSON or YAML files

cellular-automaton.nvim - A useless plugin that might help you cope with stubbornly broken tests or overall lack of sense in life. It lets you execute aesthetically pleasing, cellular automaton animations based on the content of neovim buffer.

stay-centered.nvim - A neovim plugin to keep your cursor at the center of the screen.

pwnvim - 👾 Neovim, the k1ss way [Moved to: https://github.com/pwnwriter/pwnvim]

csv-tools.lua - for csv

lazy-lsp.nvim - Neovim plugin to auto install LSP servers

markid - A Neovim extension to highlight same-name identifiers with the same color.

nvim-lsp-installer - Further development has moved to https://github.com/williamboman/mason.nvim!

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured