jdhao
|
602254a881
|
update indent-blankline conf
|
2022-08-28 14:55:42 +08:00 |
|
jdhao
|
b41998828d
|
refactor a bit
1. change theme to colorscheme
2. update plugin load logic
|
2022-08-28 12:43:50 +08:00 |
|
jdhao
|
545c6f4b92
|
update nvim-cmp conf
|
2022-08-28 11:02:01 +08:00 |
|
jdhao
|
bc9b0a8cf8
|
fix parameter for vim.notify
|
2022-08-26 19:47:56 +08:00 |
|
jdhao
|
59525c5577
|
refactor: theme.vim --> theme.lua
|
2022-08-26 18:42:30 +08:00 |
|
jdhao
|
b279c0cd95
|
fix some typos
|
2022-08-23 21:12:04 +08:00 |
|
jdhao
|
4d35362e83
|
update bufferline.nvim conf
|
2022-08-22 20:59:26 +08:00 |
|
jdhao
|
c3f8d75ece
|
refactor: use ctx table for lua autocmd callback
|
2022-08-21 18:20:21 +08:00 |
|
jdhao
|
e9a3d16260
|
refactor: move part of autocmd to lua script
|
2022-08-20 15:00:10 +08:00 |
|
jdhao
|
085c8017d8
|
update the autocmd for saving a file
|
2022-08-20 13:50:23 +08:00 |
|
jdhao
|
cfe2e0611d
|
feat: auto-install plugins for fresh install
|
2022-08-19 00:42:02 +08:00 |
|
jdhao
|
d5b7584e68
|
add config dir to workspace.library for lua lsp
|
2022-08-18 13:15:20 +08:00 |
|
jdhao
|
b3b69f21f4
|
update mapping
|
2022-08-15 00:22:24 +08:00 |
|
jdhao
|
a52a362b02
|
update version check
|
2022-08-14 22:54:19 +08:00 |
|
jdhao
|
2880d7bce3
|
chore: renaming
|
2022-08-14 20:16:00 +08:00 |
|
jdhao
|
7e6dd23d37
|
add fidget-nvim for lsp-progress
|
2022-08-14 20:12:52 +08:00 |
|
jdhao
|
fcbd7d3a0d
|
Merge pull request #62 from jdhao/lua-lsp
update lua lsp conf
|
2022-08-14 18:11:41 +08:00 |
|
jdhao
|
97f302084f
|
update sumneko lua settings
1. remove runtime.path settings. It seems that it is not necessary, 03a047ef52.
2. update workspace.library, ref plugin ii14/emmylua-nvim
|
2022-08-14 17:53:40 +08:00 |
|
jdhao
|
cad9f5a214
|
make inspect() global
|
2022-08-14 11:39:37 +08:00 |
|
jdhao
|
ecde08941b
|
update lua-language-server conf
lua-language-server has changed its running method significantly, so we
need to change it in the nvim-lspconfig.
|
2022-08-13 23:08:25 +08:00 |
|
jdhao
|
ab88c112ff
|
make dashboard-nvim an opt plugin
|
2022-08-13 23:03:42 +08:00 |
|
jdhao
|
b11c57e36f
|
Transition from init.vim to init.lua
|
2022-08-13 22:37:49 +08:00 |
|
jdhao
|
369687b047
|
refactor: disable showing trailing space and mix indent for non-modifiable buffers
|
2022-08-07 00:25:08 +08:00 |
|
jdhao
|
54908dfe9f
|
fix: dashboard map is not local
|
2022-08-07 00:24:37 +08:00 |
|
jdhao
|
8291b15599
|
remove alpha-nvim, use dashboard-nvim
|
2022-08-07 00:01:23 +08:00 |
|
jdhao
|
dd550dc3d0
|
fix: trailing white sapces do not show as expected
The plugin whitespace.nvim has changed its internal implementation.
It is not reliable to depend on external plugins.
|
2022-08-06 17:19:13 +08:00 |
|
jdhao
|
5498a05bf7
|
revert to vim-auto-save
auto-save.nvim is erroring out
|
2022-08-01 01:14:09 +08:00 |
|
jdhao
|
644f8b6e2d
|
add theme catppuccin
|
2022-07-28 01:32:41 +08:00 |
|
jdhao
|
3af7dd51b8
|
update packer config
|
2022-07-28 01:22:10 +08:00 |
|
jdhao
|
e0fc068f2e
|
update nvim-cmp conf since cmp-nvim-lua is removed
|
2022-07-28 00:51:48 +08:00 |
|
jdhao
|
58ed71f870
|
use emmylua-nvim instead of cmp-nvim-lua for better completion
|
2022-07-27 21:08:03 +08:00 |
|
jdhao
|
e3b15da059
|
add lua map module and more mappings
|
2022-05-29 12:27:26 +08:00 |
|
jdhao
|
3ee785506c
|
disable alpha-nvim
There are errors with nvim 0.7.
|
2022-05-29 11:01:36 +08:00 |
|
jdhao
|
95b7ee5bc8
|
lsp: only show diagnostic once for each line if cursor is not moved
This will help use to check signature help without it being overwritten
by diagnostic popups.
|
2022-05-18 13:32:35 +08:00 |
|
jdhao
|
4899a82b35
|
refactor: local fn = vim.fn
|
2022-05-15 21:16:02 +08:00 |
|
jdhao
|
424981683e
|
change location of packer_compiled.lua
|
2022-05-15 17:58:47 +08:00 |
|
jdhao
|
c3253a5731
|
use vim.pretty_print for checking lua objects
|
2022-05-14 00:59:00 +08:00 |
|
jdhao
|
6cea10fcc5
|
update nvim-cmp conf
The issue has been fixed by the maintainer.
|
2022-05-04 23:14:06 +08:00 |
|
jdhao
|
58102f182a
|
fix nvim-cmp issue, see hrsh7th/nvim-cmp#964
|
2022-05-04 17:11:34 +08:00 |
|
jdhao
|
3817525441
|
update hlslens conf
|
2022-04-29 22:00:10 +08:00 |
|
jdhao
|
4b4331d394
|
refactor: simplify hlslens conf
|
2022-04-29 21:51:23 +08:00 |
|
jdhao
|
aaafaf58d6
|
fix: error when pressing n/N if pattern not present in buffer
|
2022-04-29 02:21:05 +08:00 |
|
jdhao
|
1b9bd9ceef
|
use vim.keymap for key mappings in lua
|
2022-04-27 23:38:09 +08:00 |
|
jdhao
|
e043f07b71
|
update nvim-tree conf
|
2022-04-27 22:08:25 +08:00 |
|
jdhao
|
a3795cd043
|
[nvim 0.7] use native lua autocmd for cleaner code
|
2022-04-16 12:07:48 +08:00 |
|
jdhao
|
f7bb7caba6
|
[nvim 0.7] vim.keymap.set opts update
|
2022-04-16 01:00:21 +08:00 |
|
jdhao
|
617fb733d7
|
[nvim 0.7] use the new vim.keymap interface
|
2022-04-16 00:17:10 +08:00 |
|
jdhao
|
4ab3d0414f
|
fix nvim-cmp error
check https://github.com/hrsh7th/nvim-cmp/issues/231#issuecomment-1098175017
|
2022-04-14 00:14:25 +08:00 |
|
jdhao
|
3134f088cd
|
update nvim-cmp conf, fix hrsh7th/nvim-cmp#880
|
2022-04-10 13:07:02 +08:00 |
|
jdhao
|
4f55f53958
|
chore: use ft for FileType lazyloading
|
2022-04-03 15:30:47 +08:00 |
|