Skip to content
/ nvim Public

frankenstein's neovim config

License

Notifications You must be signed in to change notification settings

Comeza/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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