This is my daily driver neovim config.
Make sure to remove or move your current nvim
directory
git clone https://github.com/Valentin271/nvim.git ~/.config/nvim
Run nvim
and wait for the plugins to be installed
NOTE First time you will get an error just ignore them and press enter, it will say nvim-ts-context-commentstring is not installed but that is fine just close and reopen nvim and everything should be fine
NOTE (You will notice treesitter pulling in a bunch of parsers the next time you open Neovim)
NOTE Checkout this file for some predefined keymaps: keymaps
- Neovim 0.10
- ripgrep
- fd
npm i -g neovim
- Lazygit
- Lazydocker
- inlyne
Open nvim
and enter the following:
:checkhealth
You'll probably notice you don't have support for copy/paste.
So let's fix that
First we'll fix copy/paste
-
On Ubuntu
sudo apt install xsel # for X11 sudo apt install wl-clipboard # for wayland
I use this Nerd Font: JetBrainsMonoNL Nerd Font
To add a new LSP, use
:Mason
Next, add the server to this list: servers
See server_configurations for configuration options.
Make sure the formatter or linter is installed and add it to this setup function: null-ls
You can install new plugins here: plugins