1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
Commit Graph

93 Commits

Author SHA1 Message Date
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 https://github.com/onsails/lspkind-nvim/commit/06872e887e7e4579765cc51fa6b0e7643b4284fa.
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
jdhao 56a43e4009 show IME on statusline on macOS 2021-12-19 20:52:23 +08:00
jdhao 06910bac87 remove plugin vim-cool
nvim-hlslens can replace it if calm_down option is enabled.
2021-12-12 17:30:11 +08:00
jdhao a466339092 update nvim-hlslens settings 2021-12-11 15:46:25 +08:00
jdhao 9b41825c2c update lualine conf
diagnostic interface change
2021-12-10 22:51:06 +08:00
jdhao 683008dac0 update indent-blankline conf 2021-12-06 12:27:00 +08:00
jdhao aacbf56ee5 tweak lualine conf 2021-12-06 11:11:27 +08:00
jdhao 3432dbbb63 update lualine conf 2021-12-05 16:54:29 +08:00
jdhao c652796da1 add mixed indent detection for lualine 2021-12-05 16:18:10 +08:00
jdhao 8e46441a36 update lualine conf 2021-12-05 16:09:21 +08:00
jdhao 4d497ec8a7 update lualine conf 2021-12-05 14:59:08 +08:00
jdhao 0be331b28e replace vim-airline with lualine
Lualine is now feature-rich and faster than vim-airline.
2021-12-05 14:25:37 +08:00
jdhao fcfd1e4437 update hop.nvim conf 2021-12-05 14:08:39 +08:00
jdhao 80ceacbb02 fix vim.diagnostic.config() option name typo 2021-12-01 23:25:45 +08:00
jdhao 402d4012d1 [v0.6] change LSP and diagnostic according to latest API 2021-12-01 22:10:24 +08:00
jdhao 72d8cd07bc update nvim-notify conf 2021-11-23 22:43:12 +08:00
jdhao af17364730 update hop.nvim conf 2021-11-17 23:19:36 +08:00
jdhao 62b6226520 fix indent-blankline activation bug
When InsertLeave is triggered, we should check if we need to start
indent-blankline before enabling it.
2021-11-06 23:10:24 +08:00
jdhao bd92419bf9 remove lsp omnifunc conf
I never used it.
2021-11-06 20:05:54 +08:00
jdhao 6281322fce simplify lsp config 2021-11-06 20:03:21 +08:00
jdhao 538afe2fc6 update indent-blankline conf 2021-11-06 13:09:50 +08:00
jdhao ffe588870d [breaking change] make it work for nvim 0.5.1
In nvim 0.5.1, the lsp handler signature has changed, see https://github.com/neovim/neovim/pull/15504
and LunarVim/LunarVim#1484.
2021-11-06 12:56:54 +08:00
jdhao 002ebf2f71 update hop.nvim conf 2021-11-05 20:53:09 +08:00
jdhao fee6b127e5 update indent-blankline conf 2021-11-05 20:52:57 +08:00
jdhao 05c0ef1d60 update indent-blankline indent char 2021-10-31 15:42:09 +08:00
jdhao ff54203995 update Indent-blankline conf 2021-10-30 23:09:37 +08:00
jdhao 49482b8ea0 change hop.nvim highlight 2021-10-29 23:33:57 +08:00
jdhao e56595c138 add plugin alpha-nvim 2021-10-29 01:48:10 +08:00
jdhao 9a5318c0e1 add plugin cmp-buffer 2021-10-23 17:40:38 +08:00
jdhao 2e69db6551 add global variable logging_level 2021-10-23 01:24:32 +08:00
jdhao 613e2fa489 add lspkind.nvim 2021-10-23 01:13:41 +08:00
jdhao 9d234efbd4 disable autosave for plugins.lua 2021-10-21 23:03:15 +08:00
jdhao 6e273e4a34 update bufferline conf 2021-10-21 01:34:44 +08:00
jdhao d13aae9b19 disable auto-preview of bqf 2021-10-20 21:54:52 +08:00
jdhao 0477364023 Only use indent-blankline on normal mode
In insert mode, it is distracting for editing.
2021-10-20 00:49:18 +08:00
jdhao 7750a43e55 update cmp settings 2021-10-19 01:14:09 +08:00
jdhao 71040c76c6 replace vim-sneak with hop.nvim 2021-10-18 22:53:22 +08:00
jdhao 66be7b9379 use local variable 2021-10-18 22:32:58 +08:00
jdhao 6464539399 nvim-notify update 2021-10-18 22:32:38 +08:00