My old nvim setup was kinda of a mess, this time I'll try to keep things more simple and organized. Also this repo is a backup for myself, but if you wish to use it check the dependencies below. Gruvbox 🤍
- setup debug things
mini.nvim is probably one of my favorite plugin for nvim, I recommend you check it out if you never used it.
Format code on save using conform.nvim. Formatters can be installed with mason.nvim or with other package manager like pacman.
Lua stylua
:MasonInstall stylua:MasonInstall black isortRust rustfmt
:MasonInstall rustfmtLanguage servers are enabled by default with mason-lspconfig
Lua lua_ls
:LspInstall lua_lsPython pyright
:LspInstall pyrightRust rust_analyzer
:LspInstall rust_analyzer