Leverages AstroNvim
Also consider reviewing my .tmux.conf uses tpm to synergize with this nvim conf
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak
git clone https://github.com/lcpichette/nvim-config.git ~/.config/nvim
nvim
Demonstrating LSP working out of the gate on a file with multiple errors, and markdown preview in normal mode.
<Leader>Ha
to Add a Harpoon target
<Leader>Ht
to look at Harpoon targets with Telescope (fuzzy search)
<Leader>Hl
to List Harpoon targets
<Leader>T
to view a list your todos/bugs/etc
- Harpoon
- tmux-navigator
- todo-highlighter
- markview
- updated colorscheme
- Typescript support out the rip
- custom autocmds and cmds that make life easier w/ plugins like harpoon
- Harpoon in particular can't be easily transferred from lazyvim to AstroVim as the way you declare mappings is a bit different. This fixes that, and instead of a and we have Ha and Hl respectively. Having all Harpoon commands under H makes it easy to organize them and visually see them on which-key.