Age | Commit message (Collapse) | Author |
|
* feat: add init.lua location fir Windows
* feat: more specific number of lines
|
|
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.
|
|
|
|
* Update intstructions for existing nvim setups
If you already had a nvim setup, then this makes it so that the kickstarter can work without a problem. Having that file exist and loaded with plugins gives the script many issues.
Also better to have it be a shell command rather than have the script delete a bunch of files on your computer.
|
|
|
|
* 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.
|
|
Looks like the project has grown a tad bit :sweat
|
|
* 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
|
|
|
|
Use links to tagged releases rather than hardcoding 0.x and having to change it every few months. Fix markdownlint errors and some spelling, like using the official 'Neovim', not 'neovim'.
|
|
|
|
|
|
|
|
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.
|
|
Closes #3
|
|
|
|
|
|
|
|
|
|
|
|
|