jdhao
aa891f7acd
spell update
2022-02-12 22:46:46 +08:00
jdhao
a522cf7c5e
update issue template
2022-02-12 14:31:15 +08:00
jdhao
5b7944031e
update doc
2022-02-12 14:31:00 +08:00
jdhao
1efec8bc8f
update issue template
2022-02-11 21:23:07 +08:00
jdhao
ec6549948a
update Markdown snippet
2022-02-11 21:11:27 +08:00
jdhao
528aa2f19a
update nvim-cmp conf
2022-02-11 20:15:07 +08:00
jdhao
295f47b1fb
fix: wilder.nvim auto-start improvement
...
Using CursorHold to start wilder.nvim is not ideal, since it depends on
the value of option 'updatetime'. Using a timer may be a better idea.
2022-02-11 19:19:23 +08:00
jdhao
8ce677a50f
update spell
2022-02-10 13:17:33 +08:00
jdhao
6322c7c212
chore: update theme hint message
2022-02-09 01:17:50 +08:00
jdhao
aa0cf40591
update Markdown snippets
2022-02-08 23:13:10 +08:00
jdhao
15dfccf81e
[breaking change] remove direct reference to fastgit
...
fastgit may be blocked by GFW (see https://t.me/fastgitchannel/81 ), so
hard-coding its URL is not a good option. Using git URL rewrite feature
is a better choice: https://jdhao.github.io/2021/11/27/git_notes_s4/#use-a-git-mirror-site-for-cloning .
This is a breaking change, since previously I use hub.fastgit.org as the
url, now the url will be default github.com unless the user change it
using the above mentioned method to change the cloning URL.
2022-02-08 13:11:20 +08:00
jdhao
0aed2b42ac
add nvim-tree.lua to readme
2022-02-08 00:11:28 +08:00
jdhao
1e84dd6248
update spell
2022-02-08 00:10:34 +08:00
jdhao
1b937d80af
chore: update setup script for Linux
2022-02-06 12:41:23 +08:00
jdhao
78a8804f77
chore: update links for Anaconda/miniconda package
2022-02-06 12:19:04 +08:00
jdhao
6759171794
update ignore setting
2022-02-05 13:44:28 +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
6b76b7781c
add comment for ginit.vim
2022-02-04 11:06:38 +08:00
jdhao
21127b3170
update README
2022-02-04 11:02:40 +08:00
jdhao
b542bec561
update logging conf
2022-02-03 17:27:45 +08:00
jdhao
7ce35a0a5f
chore: add comment
2022-02-03 12:59:07 +08:00
jdhao
61ae7acc14
refactor: rename
2022-02-03 12:52:30 +08:00
jdhao
d533859af9
update LeaderF conf
2022-02-02 17:08:45 +08:00
jdhao
74e8aed170
update README
2022-01-30 14:11:01 +08:00
jdhao
532e457ad4
update README
2022-01-30 14:04:32 +08:00
jdhao
9555052f94
use debug mode
2022-01-30 11:58:50 +08:00
jdhao
b84d57ccec
update README
2022-01-30 02:23:30 +08:00
jdhao
4741291176
update spell
2022-01-29 13:11:24 +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
e5c506aae3
update ignore files
2022-01-26 19:12:31 +08:00
jdhao
22eead5d0f
update matchparen highlight
2022-01-26 19:10:15 +08:00
jdhao
a6ded3a154
add log-autocmd
2022-01-24 00:16:00 +08:00
jdhao
91b4d85592
change load condition of lspkind-nvim
...
If we use BufEnter, nvim-cmp autocompletion may not work sometimes,
which is really annoying
2022-01-23 16:47:52 +08:00
jdhao
a19a91397f
update spell
2022-01-23 16:14:18 +08:00
jdhao
3928935402
update lsp setting
2022-01-23 16:13:34 +08:00
jdhao
3604449b6a
doc: update description for init.vim
2022-01-16 17:22:23 +08:00
jdhao
146ef5d0b8
use lua for may_create_dir
2022-01-13 20:27:48 +08:00
jdhao
6fd7155787
feat: create parent dir of current file if it does not exist
2022-01-13 01:51:19 +08:00
jdhao
665250fe58
new year
2022-01-11 23:59:27 +08:00
jdhao
6a2ded6ca8
add plugin vim-conflicted for merge conflict handling
2022-01-09 22:02:18 +08:00
jdhao
41db6639d6
add issue template for easier debugging
2022-01-09 00:43:01 +08:00
jdhao
1b9b208653
update README
2022-01-09 00:14:37 +08:00
jdhao
97fcc581e6
chore: remove semshi settings
...
That plugin has been deleted before
2022-01-09 00:08:36 +08:00