Skip to content

InvolvedTeacher/nvim-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-config

My personal nvim configuration. The code contains some comments to better understand some of the configuration options.

Requirements

Here is a complete list of all the external requirements that are needed for this configuration:

  • A NerdFont configured as your terminal font is required for some (if not most!) of the plugins installed. I personally use Hack.

  • For Lua LSP support, I have followed the following instructions, building from scratch.

  • For C++ LSP support, clangd must be installed in your system.

  • Dotnet for C# language support.

  • For C# LSP support, I use omnisharp-roslyn.

  • ripgrep is an optional dependency for telescope, which is installed.

  • Git must be installed in order to use Neogit.

  • The python requirements listed for the project-templates plugin.

  • render-markdown requirements.

For Godot to open files in neovim:

External editor

Exec Path /path/to/neovim

Exec Flags --server {project}/server.pipe --remote-send "<C-\><C-N>:e {file}<CR>:call cursor({line},{col})<CR>"

About

My personal nvim configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages