my custom neovim config
- Install neovim: https://github.com/neovim/neovim/wiki/Installing-Neovim
git clone https://github.com/zuozuo/nvim-config.git ~/.config/nvim
- run
nvim
at command line - run
:Lazy
in neovim to install plugins - install Nerd Font
ComicShannsMono
is recommended - install ripgrep for telescope live_grep
- install grip to preview markdown
- install lazygit for git
- Lazy's default plugin installation directory is ~/.local/share/nvim
- custom defined code snippets do't work [DONE]
- tab jump on code snippets do not work
- https://www.physics.udel.edu/~watson/scen103/ascii.html
- https://codeberg.org/emi/nvim-config
- https://www.windmill.co.uk/ascii-control-codes.html
- https://superuser.com/questions/387897/can-i-use-the-cmd-key-in-terminal-vim-at-all
- https://vonheikemen.github.io/devlog/tools/build-your-first-lua-config-for-neovim/
- https://github.com/VonHeikemen/nvim-starter/tree/01-base