Age | Commit message (Collapse) | Author |
|
Closes #175
Closes #177
Closes #173
Closes #169
Closes #161
Closes #144
Closes #138
Fixes #136
Closes #137
Closes #131
Closes #117
Closes #130
Closes #115
Closes #86
Closes #105
Closes #70
Fixes #176
Fixes #174
Fixes #160
Fixes #158
|
|
please refer to https://github.com/nvim-treesitter/nvim-treesitter/issues/3092
|
|
of init.lua (#96)
* Prevent multiple language servers from being spawned
Prevent multiple language servers from being spawned after every save of init.lua, which eventually leads to high RAM usage and system freeze.
* Supress error messages
add `silent!` in case of error message when nvim-lspconfig is not installed
|
|
Move servers to new configuration style.
I will probably cover this in a new shorter video, or maybe in combination with something else.
This should hopefully remove getting so many people making issues about LSPs that they don't want to.
I can update documentation if what is happening is not clear.
|
|
|
|
* fix: don't check third party for Lua LSP
Co-authored-by: Sean <44933921+seantwie03@users.noreply.github.com>
Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
Co-authored-by: Sean <44933921+seantwie03@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
closes https://github.com/nvim-lua/kickstart.nvim/issues/38
|
|
This seems like a natural addition. In classic Vim, I used to use https://github.com/b4winckler/vim-angry for this.
|
|
* Add optional packer plugins hook
* Provide help in README and simplify module
* Fix spelling and tweak verbiage about after/plugin
|
|
|
|
- `navarasu/onedark.nvim` support both API TS* and the new one @*
- `mjlbach/onedark.nvim` is archived and not support new syntax
|
|
|
|
|
|
|
|
|
|
Follow Telescope's README suggestion and use 0.1.x branch instead of
master
|
|
Args passed by nvim_buf_create_user_command to the callback creates
errors with rust-analyzer on nvim 0.7.x and vim.lsp.buf.formatting.
|
|
|
|
|
|
|
|
|
|
|