An open API service indexing awesome lists of open source software.

https://github.com/comeza/nvim

frankenstein's neovim config
https://github.com/comeza/nvim

lua neovim neovim-dotfiles

Last synced: 4 days ago
JSON representation

frankenstein's neovim config

Awesome Lists containing this project

README

          



# Frankenstein's Neovim

Personal [Neovim](https://neovim.io/) 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`