Skip to content

Valentin271/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My neovim config

This is my daily driver neovim config.

Install the 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

Requirements

  • Neovim 0.10
  • ripgrep
  • fd
  • npm i -g neovim

Additional programs

  • Lazygit
  • Lazydocker
  • inlyne

Get healthy

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

Font

I use this Nerd Font: JetBrainsMonoNL Nerd Font

Configuration

LSP

To add a new LSP, use

:Mason

Next, add the server to this list: servers

See server_configurations for configuration options.

Formatters and linters

Make sure the formatter or linter is installed and add it to this setup function: null-ls

Plugins

You can install new plugins here: plugins

About

My nvim config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages