aboutsummaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-06-18update nvim-compe settingsjdhao
Only enable omni and spell source for certain filetypes. See also https://github.com/hrsh7th/nvim-compe/pull/170
2021-06-17Update nvim-compe settingsjdhao
Only enable spell source for Markdown files, see also https://github.com/hrsh7th/nvim-compe/pull/84.
2021-06-15fix typo: False ---> falsejdhao
2021-06-15Fix diagnostic window auto-focus issue.jdhao
2021-06-15Make diagnostic floating window unfocusablejdhao
It is annoying that the cursor is focused on the diagnostic floating window every time it is shown. See also: https://github.com/neovim/neovim/pull/14693 and https://github.com/neovim/neovim/pull/14649
2021-04-14Tweak lua stuffjdhao
2021-04-13update nvim-lsp configjdhao
2021-04-12change lsp hover doc borderjdhao
2021-04-12Move lua config to its own lua filesjdhao
Embedding lua in vimscript using lua here doc is not ideal for editing.