| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
fix LspStop command receive params bug.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* feat: support force stop language server
* feat: use vim syntax
* feat: update doc
|
| |
|
|
|
| |
* fix: restart client after client is stopped after LspRestart
* fix: format
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: improve LspInfo
* feat: update README for highlight
* fix: wrong typo
* fix: ci failed
* fix: remove unnecessary block
* fix: stylua format
* fix: set default border to none
* fix: update the doc
* fix: define names in if statement
* fix: use default_options to set border
* fix: use available servers list
* fix: fixup
* fix: format by stylua
* fix: use bufdelete event
* fix: format
* fix: add tips
* fix: stylua format
* fix: use wrap
* fix: add 122 to luacheck ignore
* fix: reset the default options
* fix: merge master
* fix: remove unecessary code
* feat: update the highlight group
* feat: update doc for highlight
* fix: remove highlig from README
* fix: remae highlight group in doc
|
| | |
|
| | |
|
| |
|
|
|
| |
* fix: LspStop should be only stop the current buffer server by default
* fix: check filetypes in if statement
|
| |
|
|
|
|
|
|
|
| |
* feat: sort autocompletion items alphabetically
* Update plugin/lspconfig.lua
Co-authored-by: ii14 <59243201+ii14@users.noreply.github.com>
Co-authored-by: ii14 <59243201+ii14@users.noreply.github.com>
|
|
|
* switch to lua api for autocommands
* switch to nvim_create_user_command
* move to lua plugin initialization
NOTICE: Defining commands in server configurations will be deprecated in
future releases.
See `:help lspconfig.txt` to setup the same in an `on_attach` function.
Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com>
|