Skip to content

Simple neovim setup for C# development based on kickstarter.nvim

Notifications You must be signed in to change notification settings

JDonaghy/nvim-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Intro

Minimalist Neovim setup for C# development:

  • Based on kickstarter.nvim
  • Omnisharp LSP integration via Mason
  • C# debugging via netcoredbg

Fonts

Source: https://gist.github.com/matthewjberger/7dd7e079f282f8138a9dc3b045ebefa0#file-instructions-md

  • Download a Nerd Font
  • Unzip and copy to ~/.fonts
  • Run the command fc-cache -fv to manually rebuild the font cache

E.g.

wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/DroidSansMono.zip
unzip DroidSansMono.zip -d ~/.fonts
fc-cache -fv

About

Simple neovim setup for C# development based on kickstarter.nvim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published