- zsh
- oh-my-zsh
- starship
- neovim
- Latest Nerd Font of your choosing
- Run
scripts/create-symlinks.sh
. - Run
scripts/create-zsh-functions.sh
.
- alpha-nvim
- Catpuccin Frappe
- lualine.nvim
- vim-illuminate
- rainbow-delimiters
- indent-blankline.nvim
- nvim-web-devicons
- CTRL-] in Normal mode maps to "go to definition"
- grn in Normal mode maps to
vim.lsp.buf.rename()
- grr in Normal mode maps to
vim.lsp.buf.references()
- gra in Normal and Visual mode maps to
vim.lsp.buf.code_action()
- CTRL-S in Insert mode maps to
vim.lsp.buf.signature_help()