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
Age
Commit message (
Expand
)
Author
2022-08-20
update the autocmd for saving a file
jdhao
2022-08-19
feat: auto-install plugins for fresh install
jdhao
2022-08-18
add config dir to workspace.library for lua lsp
jdhao
2022-08-15
update mapping
jdhao
2022-08-14
update version check
jdhao
2022-08-14
chore: renaming
jdhao
2022-08-14
add fidget-nvim for lsp-progress
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-08-13
make dashboard-nvim an opt plugin
jdhao
2022-08-13
Transition from init.vim to init.lua
jdhao
2022-08-07
refactor: disable showing trailing space and mix indent for non-modifiable bu...
jdhao
2022-08-07
fix: dashboard map is not local
jdhao
2022-08-07
remove alpha-nvim, use dashboard-nvim
jdhao
2022-08-06
fix: trailing white sapces do not show as expected
jdhao
2022-08-01
revert to vim-auto-save
jdhao
2022-07-28
add theme catppuccin
jdhao
2022-07-28
update packer config
jdhao
2022-07-28
update nvim-cmp conf since cmp-nvim-lua is removed
jdhao
2022-07-27
use emmylua-nvim instead of cmp-nvim-lua for better completion
jdhao
2022-05-29
add lua map module and more mappings
jdhao
2022-05-29
disable alpha-nvim
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-05-15
change location of packer_compiled.lua
jdhao
2022-05-14
use vim.pretty_print for checking lua objects
jdhao
2022-05-04
update nvim-cmp conf
jdhao
2022-05-04
fix nvim-cmp issue, see hrsh7th/nvim-cmp#964
jdhao
2022-04-29
update hlslens conf
jdhao
2022-04-29
refactor: simplify hlslens conf
jdhao
2022-04-29
fix: error when pressing n/N if pattern not present in buffer
jdhao
2022-04-27
use vim.keymap for key mappings in lua
jdhao
2022-04-27
update nvim-tree conf
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-04-14
fix nvim-cmp error
jdhao
2022-04-10
update nvim-cmp conf, fix hrsh7th/nvim-cmp#880
jdhao
2022-04-03
chore: use ft for FileType lazyloading
jdhao
2022-04-02
update nvim-tree conf: stay focus
jdhao
2022-03-29
update nvim-tree conf
jdhao
2022-03-15
working config for cmp-omni and vimtex
jdhao
2022-03-14
add cmp-omni for working with tex
jdhao
2022-03-07
update hop.nvim conf
jdhao
2022-02-11
update nvim-cmp conf
jdhao
2022-02-08
[breaking change] remove direct reference to fastgit
jdhao
2022-02-05
nvim-tree: auto-close when it is the only win
jdhao
2022-02-05
Use nvim-tree as file explorer when we open a folder
jdhao
[next]