this is my personal config for neovim with Nvchad
- nerd font
- ripgrep
- some basic knowledge of lua
- Neovim 0.10
make a backup of your neovim config.
mv ~/.config/nvim ~/.config/nvim_backup
clone this repo
git clone https://github.com/fauzymadani/nvchad-config.git ~/.config/nvim
- Support laravel development
- laravel lsp
- blade syntax highlighting
- equipped with Nvchad menu, see here
- color picker
- auto formatting / format on save
- clangd lsp for C development
cd ~/.config/nvim
, run nvim
after cloning. inside neovim, run this in the command mode (remove ':')
:TSInstall php blade html
for Lsp:
:MasonInstallAll
and Mason
and press Ctrl-f for install the specific lsp, the required lsp is stimulus-language-server
, cssls
, tailwind-ls
.
a formatter for C language, clangd
(lsp for C).prettier for a better formatting. ast-grep
for global multi-language support lsp.
- Update Preview Photo
- configuring snacks nvim
- configuring edgy.nvim
- Adding neominimap (minimap for code)