It's always a work in progress.
- Make an install script
- Add extra smart logic for lexima plugin (Ex. Don't create 2 spaces in markdown file when creating checkmark, etc.)
- Start using tmux, then remove tab system
- Find a better way to manage themes & color overrides (specifically color overrides)
- Finish lspsaga support
- Customize the netrw menu
- Find a good easymotions-like plugin (jump via character match instead of line number)
- Fix bug with GitSigns sidebar where gitsign characters have different background highlight than normal background
- Rewrite customized cmp overrides in a better way (currently using a bunch of vim.cmd highlight lines)
- Neovim v0.9.0 (Tested with .tar.gz installation from neovim repo AND through bob Neovim version manager)
- Ripgrep system package (This is needed for the todo-comments plugin)
- Any mono hack nerd font NOTE: You can install my reccomended font from
/.font
- Install Jetbrains Mono Nerd Font from this repo
- For Kitty terminal theme: run
kitty +kitten themeand select 'Square' View the theme here - For Alacrity terminal theme: use this
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
- Open lua/plugins.lua and run excommand
:PackerSync - When prompted by the editor about configuring your work environment, select option 1 (Apply and modify settings)
- Done!
- Run the following commands to completely uninstall nvim binary & configuration
# Removes the binary
sudo rm -rf /usr/nvim
# Removes the configuration
rm -rf ~/.config/nvim
# Removes packer plugins and other misc things
rm -rf ~/.local/share/nvim