This is meant for use with NvChad
Inspiration from the creator of NvChad
Install neovim v0.8
wget https://github.com/neovim/neovim/releases/download/latest/nvim.appimage -O nvim
chmod +x nvim
mv nvim /usr/local/bin/
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1
Custom config setup
git clone https://github.com/AlexanderHOtt/neovim-config/ ~/.config/nvchad_custom --depth 1
ln -s ~/.config/nvchad_custom/ ~/.config/nvim/lua/custom
Note: Make sure to run :PackerSync
after nvim launches.
- https://github.com/nvim-treesitter/nvim-treesitter-textobjects
- https://github.com/nvim-treesitter/nvim-treesitter-context#screenshot
TODO: Add plugins
- https://github.com/tpope/vim-fugitive
- https://github.com/rcarriga/nvim-dap-ui
- lsp lines
- leap.nvim / hop.nvim
- https://github.com/folke/trouble.nvim
TODO: Add keymaps
- nvim dap
TODO: Add terminal repls
TODO: Add autocmds
TODO: Fix indents may be caused by indent-blankline + ts indents at the same time