aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-04update packer settingsjdhao
2021-07-04Update doc and install scriptjdhao
2021-07-04update packer.nvim settingsjdhao
2021-07-04Add colorscheme nordjdhao
2021-07-04Revert "Add nvim-lspsignature"jdhao
This reverts commit ff9f9dcc162276bc59fdec29f78d244a6aca2cb1.
2021-07-04Add nvim-lspsignaturejdhao
2021-07-04Fix typojdhao
2021-07-04Add debounce time for nvim-lspjdhao
2021-07-04update clangd settingsjdhao
2021-07-04update packer plugin settingsjdhao
2021-07-04Use master branch of indentblanklinejdhao
2021-07-02More tweak on packer.nvimjdhao
2021-07-02switch to packer for plugin managementjdhao
2021-07-01update spell filejdhao
2021-06-29Add more cpp snippetsjdhao
2021-06-27update cpp snippetsjdhao
2021-06-26update better-escape.vim settingsjdhao
2021-06-26clean mappingsjdhao
2021-06-26Switch to clangd for nvim-lspjdhao
ccls has some false positive warnings, and it is hard to install on Linux server without roor rights.
2021-06-26Fix ultisnips issue with nvim-compe.jdhao
See also hrsh7th/nvim-compe#389.
2021-06-26disable nvim-compe buffer sourcejdhao
2021-06-26update cpp snippetjdhao
2021-06-20Add cpp snippetjdhao
2021-06-19update nvim-compe settingsjdhao
Use ESC to close the nvim-compe completion menu
2021-06-19Update mappings.vimjdhao
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-18update docsjdhao
The users should nvim nightly version.
2021-06-18Add cpp snippetsjdhao
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-17update formatoptions for certain filetypesjdhao
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-05-15Update vim-airline settingsjdhao
Disable the scrollbar feature. It is distracting. Ref: https://github.com/vim-airline/vim-airline/commit/ecac148e19fe28d0f13af5f99d9500c2eadefe4c
2021-04-21update indent-blankline settingsjdhao
2021-04-18update docjdhao
2021-04-14Remove cursorlinejdhao
2021-04-14Tweak lua stuffjdhao
2021-04-13update vim-fugitive settingsjdhao
2021-04-13update lua filetype settingsjdhao
2021-04-13update nvim-lsp configjdhao
2021-04-13Add more pluginsjdhao
2021-04-12update lua filetype settingsjdhao
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.
2021-04-11Make nvim-compe setting all luajdhao
For lua plugins, configuring them in lua instead of vim script is sensible.
2021-04-09update nvim-lsp configjdhao
2021-04-09Disable unused providerjdhao
2021-04-09update nvim-compe settingsjdhao
2021-04-08remove plugin emmet.vimjdhao
Rarely used.