Skip to content

hgaiser/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  1. pacman -S neovim python-neovim
  2. Optionally install language servers for the following languages:
    1. C/C++: clang (for clangd)
    2. Python: pyright
    3. Docker: dockerfile-language-server
    4. YAML: yaml-language-server
    5. JSON: vscode-json-languageserver
    6. Bash: bash-language-server
    7. CMake: cmake-language-server
    8. Vue: volar-server-bin
    9. TypeScript: typescript-language-server

Installation

To install, simply clone this repository as ~/.config/nvim and run nvim. The first time nvim starts, it will automatically pull the required plugins.

Clean install

Installation might fail if there are still artifacts from a previous installation. To start a clean install, rm -rf ~/.local/share/nvim and run nvim again.

About

Configuration files for neovim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published