Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 814 Bytes

readme.md

File metadata and controls

27 lines (22 loc) · 814 Bytes

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