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
- Host: GitHub
- URL: https://github.com/comeza/nvim
- Owner: Comeza
- License: other
- Created: 2022-12-21T01:28:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-02T23:40:32.000Z (7 months ago)
- Last Synced: 2025-12-05T23:51:17.249Z (7 months ago)
- Topics: lua, neovim, neovim-dotfiles
- Language: Lua
- Homepage:
- Size: 132 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`