aboutsummaryrefslogtreecommitdiff
path: root/lua/config/lsp.lua
AgeCommit message (Expand)Author
2022-10-04nvim 0.8 updatejdhao
2022-09-10format with styluajdhao
2022-09-09refactor: lsp mappingjdhao
2022-09-06use local keymapjdhao
2022-08-26fix parameter for vim.notifyjdhao
2022-08-18add config dir to workspace.library for lua lspjdhao
2022-08-14chore: renamingjdhao
2022-08-14Merge pull request #62 from jdhao/lua-lspjdhao
2022-08-14update sumneko lua settingsjdhao
2022-08-14make inspect() globaljdhao
2022-08-13update lua-language-server confjdhao
2022-05-18lsp: only show diagnostic once for each line if cursor is not movedjdhao
2022-05-15refactor: local fn = vim.fnjdhao
2022-04-16[nvim 0.7] use native lua autocmd for cleaner codejdhao
2022-04-16[nvim 0.7] vim.keymap.set opts updatejdhao
2022-04-16[nvim 0.7] use the new vim.keymap interfacejdhao
2022-01-28fix: check if language server exists before usingjdhao
2022-01-28chore: use local variable lspconfigjdhao
2022-01-26add bash-language-serverjdhao
2022-01-23update lsp settingjdhao
2021-12-28fix: lsp reference highlight isn't correctly linkedjdhao
2021-12-01fix vim.diagnostic.config() option name typojdhao
2021-12-01[v0.6] change LSP and diagnostic according to latest APIjdhao
2021-11-06remove lsp omnifunc confjdhao
2021-11-06simplify lsp configjdhao
2021-11-06[breaking change] make it work for nvim 0.5.1jdhao
2021-10-23add global variable logging_leveljdhao
2021-10-18use local variablejdhao
2021-10-18nvim-notify updatejdhao
2021-10-18transition from nvim-compe to nvim-cmpjdhao
2021-10-17remove some dead mappingsjdhao
2021-09-23show border for diagnostics floating windowjdhao
2021-08-20Reduce timeout for nvim-notifyjdhao
2021-08-18Format with styluajdhao
2021-08-14Use proper true or false value for boolean variablesjdhao
2021-08-12refactor: rename on_attach to custom_attachjdhao
2021-08-12Add sumneko_lua LSPjdhao
2021-08-07chore: formatting and fix spell errorsjdhao
2021-07-29update nvim-lsp settingsjdhao
2021-07-29use vim.cmd instead of vim.api.nvim_execjdhao
2021-07-20update lsp hover window border confjdhao
2021-07-17More update on nvim-lsp configjdhao
2021-07-17Update nvim-lspconfig settingsjdhao
2021-07-15Use pylsp instead of pylsjdhao
2021-07-13update nvim-lsp configjdhao
2021-07-09update packer and plugin settingsjdhao