Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 737 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 737 Bytes

Frankenstein's Neovim

Personal Neovim configuration.
Ideally this configuation should be portable.

Installation

Technically the configuraion should install itself once you load it via neovim. There are no (firstparty) dependencies required, except maybe basic stuff like unzip or cmake, since treesitter and mason are weird.

Note

Treesitter needs tree-sitter-cli for some grammars to work. This dependency is optional is only needed for some languages like latex. Those can be installed via

  • AUR paru -S tree-sitter-cli,
  • Cargo cargo install tree-sitter-cli or
  • Nodejs npm i -g tree-sitter-cli