Here's my Neovim setup for my Golang and Rust development with my WSL2 and Ubuntu 22.04, which highly improve my coding flow.
Make sure that you have .config folder in your $HOME directory
ln -s $PWD ~/.config/nvim
In your Vim command line, type as below
:PackerInstall
This will install Mason installer.
Some other important Packer command
:PackerClean
:CheckHealth
:MasonInstall rust-analyzer codelldb gopls csharp-language-server svelte-language-server cpplint
When finish we can check with
:Mason
Better use dotnet7.0
Shortcut | Description |
---|---|
- |
View file Explorer |
- => Navigate to folder then + a |
Crete new file without quit buffer |
s => Navigate to folder then + s |
Open file in default editor or open file explorer |
bd |
Quit Buffer |
, + ff |
Fuzzy Search, , is defined in default.lua |
- Rodrigo Santiago
- Percy Bolmér
- The biggest chunk to : Mario Carrion where most of my setup originated from.