jdhao
43660dd540
add plugin gitlinkder.nvim
2022-09-05 00:48:10 +08:00
jdhao
16be5e0499
update hop.nvim conf
2022-08-31 23:56:52 +08:00
jdhao
602254a881
update indent-blankline conf
2022-08-28 14:55:42 +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
4d35362e83
update bufferline.nvim conf
2022-08-22 20:59:26 +08:00
jdhao
d5b7584e68
add config dir to workspace.library for lua lsp
2022-08-18 13:15:20 +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
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
e0fc068f2e
update nvim-cmp conf since cmp-nvim-lua is removed
2022-07-28 00:51:48 +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
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
085f0eb7e3
update nvim-tree conf: stay focus
2022-04-02 19:48:41 +08:00
jdhao
988cf54f26
update nvim-tree conf
2022-03-29 12:58:52 +08:00
jdhao
4dd1350f25
working config for cmp-omni and vimtex
2022-03-15 20:25:30 +08:00
jdhao
e528acd799
update hop.nvim conf
2022-03-07 22:42:32 +08:00
jdhao
528aa2f19a
update nvim-cmp conf
2022-02-11 20:15:07 +08:00
jdhao
f357b0bee8
nvim-tree: auto-close when it is the only win
2022-02-05 13:42:53 +08:00
jdhao
2b24d0794e
Use nvim-tree as file explorer when we open a folder
...
netrw plugin needs to be disabled, and nvim-tree needs to be start
package. Otherwise, the hijacking won't work, and when we open a folder,
it just open a new file with the same name.
2022-02-05 13:40:54 +08:00
jdhao
f10f688374
update nvim-tree conf
2022-02-05 12:27:17 +08:00
jdhao
d6b83710c4
enable lualine's support for nvim-tree
...
See also https://github.com/nvim-lualine/lualine.nvim#extensions .
2022-02-05 12:26:27 +08:00
jdhao
590baf4ca9
add plugin nvim-tree.lua
2022-02-05 00:11:58 +08:00
jdhao
dc4ff3d499
change param for plugin lspkind-nvim
...
See also 06872e887e .
2022-02-04 23:18:31 +08:00
jdhao
38883b3fc5
fix: check if language server exists before using
2022-01-28 13:13:24 +08:00
jdhao
597b11638f
chore: use local variable lspconfig
2022-01-28 13:13:01 +08:00
jdhao
694f4d0ca1
add bash-language-server
2022-01-26 22:54:49 +08:00
jdhao
3928935402
update lsp setting
2022-01-23 16:13:34 +08:00
jdhao
2e9f5fedfa
more startup screen menu item
2022-01-08 15:02:20 +08:00
jdhao
dcffbf9a71
fix: lsp reference highlight isn't correctly linked
...
! is need to overwrite possible existing highlight group of the same
name.
2021-12-28 23:49:43 +08:00
jdhao
ed52ca5914
add ref for checking IME state
2021-12-19 20:54:13 +08:00
jdhao
1d0609f753
change SPELL location on statusline
2021-12-19 20:53:09 +08:00