My Neovim Setup
A quick look into the structure / plugins of my Neovim setup.
Preview
Details
My nvim config files can be found with my dotfiles on GitHub
The file structure is as follows:
The main plugins used are as follows:
Plugin | Feature |
---|---|
catppuccin/nvim | Color Scheme |
nvim-lualine/lualine.nvim | Status Line |
tpope/vim-fugitive | Git functionality |
folke/noice.nvim | Notifications / Commandline / Search |
neovim/nvim-lspconfig | LSP Configuration |
williamboman/mason.nvim | LSP / Formatter / Linter download |
nvim-telescope/telescope.nvim | Fuzzy finder |
nvim-treesitter/nvim-treesitter | Syntax highlighting |
hrsh7th/nvim-cmp | Autocompletion |
L3MON4D3/LuaSnip | Autocompletion snippet engine |
stevearc/conform.nvim | Formatting |
mfussenegger/nvim-dap | Debugger |
numToStr/Comment.nvim | Comment functionality |
tversteeg/registers.nvim | More usable VIM registers |
rmagatti/auto-session | Session management |