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
/
core
Age
Commit message (
Expand
)
Author
2020-11-25
update
jdhao
2020-11-25
update
jdhao
2020-11-25
only use vim-lsp-cxx-highlight if we have ccls
jdhao
2020-11-25
format
jdhao
2020-11-25
update ALE and Neoformat settings
jdhao
2020-11-25
Initial support for C++
jdhao
2020-11-24
Using jk to escape insert mode without lagging.
jdhao
2020-11-21
add text objects for entire buffer
jdhao
2020-11-19
update vista config
jdhao
2020-11-16
enable fuzzy completion for pyls
jdhao
2020-11-14
move function to autoload dir
jdhao
2020-11-13
update deoplete settings
jdhao
2020-11-12
update vim-markdownfootnote settings
jdhao
2020-11-12
Move text object to autoload directory
jdhao
2020-11-12
update xmap for visual mode mappings
jdhao
2020-11-12
handle multiple URL text objects in the same line.
jdhao
2020-11-12
Fall back to defaul URL detection if highlighturl not available.
jdhao
2020-11-12
feat: add iu text object for URL (no au provided)
jdhao
2020-11-10
update signcolumn option
jdhao
2020-11-09
ignore font files in leaderf
jdhao
2020-11-09
more ignore files
jdhao
2020-11-09
update
jdhao
2020-11-08
refactor: move titlestring method to autoload dir
jdhao
2020-11-08
Do no show file time for not listed buffers.
jdhao
2020-11-08
change capital case variable to lower case
jdhao
2020-11-08
Add Vlime settings
jdhao
2020-11-06
update vim-lsp settings
jdhao
2020-11-06
Fix the issue that inccommand breaks one-line if-else statement
jdhao
2020-11-06
formatting
jdhao
2020-11-05
formatting
jdhao
2020-11-05
update vim-lsp setting
jdhao
2020-11-05
The correct setting for flake8 in pyls
jdhao
2020-11-04
set up vim-language-server for vim-lsp
jdhao
2020-11-03
remove airline tagbar settings
jdhao
2020-11-03
drop deoplete-jedi and jedi-vim, use LSP instead (powered by vim-lsp).
jdhao
2020-11-03
update gutentags settings
jdhao
2020-11-01
update vim-startify settings
jdhao
2020-11-01
update location for gutentags-generated tags
jdhao
2020-11-01
enable airline gutentags extension
jdhao
2020-11-01
exclude some files when using gutentags to generate the tag file.
jdhao
2020-11-01
update wildignore settings
jdhao
2020-11-01
Disable gutentags for certain files.
jdhao
2020-10-31
Hide the annoying ~ at the end of current buffer.
jdhao
2020-10-31
move custom settings to core/ directory
jdhao