-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO.todo
33 lines (33 loc) · 2.24 KB
/
TODO.todo
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
- [ ] Improve Vim Tagbar setup for Go
- [ ] Find a better config for `g:tagbar_type_go`
- [ ] Maybe make a pull request to `vim-go` with the better config?
- [ ] Improve fuzzy-finding support in Vim
- [ ] Look into installing `fzf.vim` (https://github.com/junegunn/fzf.vim)
- [X] Look into installing `fzf` (https://github.com/junegunn/fzf)
- [X] This needs to work cross platform (macOS, Linux, WSL)
- [X] Look into mapping Ctrl-p to `fzf` if `fzf` is installed
- [X] Potentially remove `ctrlp` module if all works as intended?
- [ ] Improve "pager" setup
- [ ] Install `delta` (https://github.com/dandavison/delta) and set it up as the Git pager
- [ ] Maybe create a `GIT_PAGER` environment variable, rather than using the git config, so that it can be dynamic based on what tools are installed?
- [ ] Find a better method of installing `vimpager` and using that as the default `PAGER` for certain tools (https://github.com/rkitover/vimpager)
- [ ] Cleanup git config values that manually define the pager used to instead use the set `GIT_PAGER`
- [X] Set a `PAGER` environment variable for common tools
- [ ] Improve Markdown setup
- [ ] Look into `preview-markdown.vim` (https://github.com/skanehira/preview-markdown.vim)
- [X] Install `glow` (https://github.com/charmbracelet/glow)
- [X] Cleanup Vim modules
- [X] Move away from using `Pathogen` in-favor of using native Vim "packages" (`:help packages`)
- [X] Add `vim-polyglot` module to Vim for basic language support (https://github.com/sheerun/vim-polyglot)
- [X] Remove one-off language modules, in favor of `vim-polyglot`
- [X] Cleanup Vim config
- [X] Split ~/.vimrc into multiple files
- [X] Look into adding `EditorConfig` support to Vim
- [X] EditorConfig Vim Plugin (https://github.com/editorconfig/editorconfig-vim)
- [X] Improve multiple-cursor setup in Vim
- [X] Look into updating `vim-multiple-cursors` (https://github.com/terryma/vim-multiple-cursors)
- [X] Look into `vim-visual-multi` (https://github.com/mg979/vim-visual-multi)
- [X] Potentially remove `vim-multiple-cursors`
- [X] Improve `config-rc` installation
- [X] Move `config` file to `.ssh/config`
- [X] Come up with a way to improve the Windows admin-level requirements of the Windows-file symlinking