Skip to content

rmarinn/nvim.config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim.config

This is my personal neovim config which I use on my windows machine. I mostly made this repo to help me reinstall this thing again.

Dependencies

install scoop to handle the easily dependencies:

winget install scoop

then install neovim and the dependencies

scoop install neovim
scoop install git
scoop install ripgrep
scoop install gcc

make sure to restart as well since since tree sitter since it bugs out sometimes: treesitter windows support

Where should I put init.lua?

Use :h rtp to find the paths that neovim will search for files. It usually defaults to User/Appdata/Local/nvim and User/Appdata/Local/nvim but you can set XDG_CONFIG_HOME somewhere else in the environment variables.

LSP Setup

to install lsps, use :LspInstall.

Mason will let you choose lsps available for the currently open file

Nerdfont Installation

  1. Download Mononoki Nerd Font
  2. In Powershell, go to Settings > Defaults > Fontface and set the font there
  3. Click Save
  4. Set the font in ./lua/config/options.lua

You can find other fonts here.

Installing auto formatters for conform to use

About

My personal Neovim config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages