"The elegantly named successor to the critically acclaimed nvtrev" - Trev
This is my neovim config, documented, and simple to get running.
This isn't like nvchad or kickstart.nvim, it's literally just my config, but I like making documentation and this is a good reference if you'd like to build your own. If you do happen to have a similar workflow to me, this could be an easy starting point.
- gruvbox-material - THEME
- gitportal - BRIDGES GAP BETWEEN GITHUB FILE EXPLORER AND NEOVIM
- gitsigns - GIT INTEGRATION
- harpoon2 - FILE NAVIGATION
- LazyVim - PLUGIN MANAGER
- lualine - STATUS LINE
- lsp-zero (w/ mason) - LANGUAGE SERVERS | AUTOCOMPLETE
- neoscroll - SMOOTH SCROLLING
- nerdcommenter - AUTO COMMENT
- nvim-autopairs - AUTO COMPLETE (Parenthesis, brackets, quotes, etc)
- nvim-tree - FILE EXPLORER
- nvim-treesitter - SYNTAX HIGHLIGHTING
- quick-scope - IN-LINE NAVIGATION
- telescope - FUZZY FILE FINDER
- vim-surround - HTML TAG, BRACKET, AND CURLY BRACE EDITING
- vimwiki - NOTE TAKING & ORGANIZATION
- zenmode - DISTRACTION FREE EDITING
- CSS
- HTML
- Javascript (includes linting with eslint and support for react)
- LUA
- Python
- Typescript (includes linting with eslint and support for react)