index
:
nvim_config.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
config
/
lsp.lua
Age
Commit message (
Expand
)
Author
2023-03-13
fix: omit the clangd missing message, close #180 (#186)
jdhao
2023-02-16
refactor: lua language server rename (#185)
jdhao
2022-11-28
Add ltex-ls support to lsp. (#166)
bldur
2022-10-23
refactor: use local diagnostic module
jdhao
2022-10-15
replace more viml with native lua code
jdhao
2022-10-15
update nvim-cmp lsp conf
jdhao
2022-10-04
nvim 0.8 update
jdhao
2022-09-10
format with stylua
jdhao
2022-09-09
refactor: lsp mapping
jdhao
2022-09-06
use local keymap
jdhao
2022-08-26
fix parameter for vim.notify
jdhao
2022-08-18
add config dir to workspace.library for lua lsp
jdhao
2022-08-14
chore: renaming
jdhao
2022-08-14
Merge pull request #62 from jdhao/lua-lsp
jdhao
2022-08-14
update sumneko lua settings
jdhao
2022-08-14
make inspect() global
jdhao
2022-08-13
update lua-language-server conf
jdhao
2022-05-18
lsp: only show diagnostic once for each line if cursor is not moved
jdhao
2022-05-15
refactor: local fn = vim.fn
jdhao
2022-04-16
[nvim 0.7] use native lua autocmd for cleaner code
jdhao
2022-04-16
[nvim 0.7] vim.keymap.set opts update
jdhao
2022-04-16
[nvim 0.7] use the new vim.keymap interface
jdhao
2022-01-28
fix: check if language server exists before using
jdhao
2022-01-28
chore: use local variable lspconfig
jdhao
2022-01-26
add bash-language-server
jdhao
2022-01-23
update lsp setting
jdhao
2021-12-28
fix: lsp reference highlight isn't correctly linked
jdhao
2021-12-01
fix vim.diagnostic.config() option name typo
jdhao
2021-12-01
[v0.6] change LSP and diagnostic according to latest API
jdhao
2021-11-06
remove lsp omnifunc conf
jdhao
2021-11-06
simplify lsp config
jdhao
2021-11-06
[breaking change] make it work for nvim 0.5.1
jdhao
2021-10-23
add global variable logging_level
jdhao
2021-10-18
use local variable
jdhao
2021-10-18
nvim-notify update
jdhao
2021-10-18
transition from nvim-compe to nvim-cmp
jdhao
2021-10-17
remove some dead mappings
jdhao
2021-09-23
show border for diagnostics floating window
jdhao
2021-08-20
Reduce timeout for nvim-notify
jdhao
2021-08-18
Format with stylua
jdhao
2021-08-14
Use proper true or false value for boolean variables
jdhao
2021-08-12
refactor: rename on_attach to custom_attach
jdhao
2021-08-12
Add sumneko_lua LSP
jdhao
2021-08-07
chore: formatting and fix spell errors
jdhao
2021-07-29
update nvim-lsp settings
jdhao
2021-07-29
use vim.cmd instead of vim.api.nvim_exec
jdhao
2021-07-20
update lsp hover window border conf
jdhao
2021-07-17
More update on nvim-lsp config
jdhao
2021-07-17
Update nvim-lspconfig settings
jdhao
2021-07-15
Use pylsp instead of pyls
jdhao
[next]