Skip to content

mh3th/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my configuration for nvim

Requirements

  • lua (for windows: choco install lua)
  • neovim (for windows: choco install neovim --pre)
  • git
  • ripgrep (for windows: choco install ripgrep)
  • choco install mingw (windows) or choco install llvm (windows)
    • Start Neovim in a refreshed environment: refreshenv
    • Install parsers in Neovim via :TSInstall c, :TSInstall cpp
  • dotnet

Configuration based on lua and has simple schema

├── init.lua
└── lua
    ├── keymaps.lua
    ├── options.lua
    └── plugins
        ├── init.lua

Where init.lua is the main file for the configuration. lua directory contains all the files that are used to configure the plugin.

Note! fixed omnisharp route to file

About

My simple neovim configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published