-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md.template
70 lines (43 loc) · 2.07 KB
/
README.md.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# VIm Dotfiles
This repo holds my vim dotfiles and plugins.
To install, link `$HOME/.vim` to this repository's files of the same name.
%unexpected%
## How do I?
* toggle between no line numbers, relative line numbers, and plain line numbers?
## Plugins
Plugins that have earned permanent status. These are stored in
**.vim/pack/<category>/start/<plugin>**.
Any settings for plugins (with some very rare exceptions) will be in the
**.vim/pack/active/mystuff/start** plugin directory, wherever it's supposed to fit.
### mystuff
My configuration for various of the plugins that need it.
XXX: Add notes/reminders about the directory structure and what should go
where.
### statusline
My status line setup.
XXX: Add notes about what is being done here (or maybe do that in the plugin?)
### Categories
%categories%
## Check these out
* [WhereFrom](https://www.drchip.org/astronaut/vim/index.html#WHEREFROM)
## Resources
### VIm
* [VIm Homepage](https://www.vim.org/)
* [VIm Help](https://www.vimhelp.org/)
* [VIm Script Search](https://www.vim.org/scripts/script_search_results.php)
* [VIm Wiki](https://vim.fandom.com/wiki/Vim_Tips_Wiki)
* [VIm FAQ](https://github.com/chrisbra/vim_faq/)
* [VIm Awesome](https://vimawesome.com/)
### Github
* [nerd fonts](https://github.com/ryanoasis/nerd-fonts)
* [overview](https://microsoft.github.io/language-server-protocol/overviews/lsp/overview/)
### Reddit
* [which_lsp_plugin_should_i_use](https://www.reddit.com/r/vim/comments/7lnhrt/which_lsp_plugin_should_i_use/)
* [a_guide_to_lsp_auto_completion_in_vim](https://www.reddit.com/r/vim/comments/b33lc1/a_guide_to_lsp_auto_completion_in_vim/)
* [must have?](https://www.reddit.com/r/vim/comments/ulphgp/what_are_your_musthave_vimnvim_extensions/)
### Miscellaneous
* [vim-clangd](http://aliquote.org/post/vim-clangd/)
* [clangd.llvm.org](https://clangd.llvm.org/)
* [langserver.org](https://langserver.org/)
* [spell-and-grammar-checking-on-vim](https://ncona.com/2018/12/spell-and-grammar-checking-on-vim/)
* [setting up lsp in vim](https://ncona.com/2021/12/setting-up-lsp-in-vim)