My Neovim configuration, based on lazy.nvim
lua | ||
snippets | ||
.gitignore | ||
init.lua | ||
lazy-lock.json | ||
LICENSE | ||
README.md | ||
screenshot.png |
relkochta/nvim-config
This repository contains my configuration for Neovim. It's written in Lua and uses the lazy.nvim plugin manager along with lsp-zero.nvim for language server support.
Requirements:
- Neovim 0.8.0
- Git
- A C compiler (such as
gcc
orclang
) for compiling Treesitter parsers ripgrep
for fuzzy search- Any desired language servers (
rust-analyzer
,clangd
,bash-language-server
, etc)