diff --git a/README.md b/README.md new file mode 100644 index 0000000..df1051a --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# relkochta/nvim-config + +![My Neovim configuration, showing rust-analyzer integration](/screenshot.png?raw=true) + +This repository contains my configuration for [Neovim](https://neovim.io/). +It's written in Lua and uses the [lazy.nvim](https://github.com/folke/lazy.nvim) plugin manager along with [lsp-zero.nvim](https://github.com/VonHeikemen/lsp-zero.nvim) for language server support. + +Requirements: + +- Neovim 0.8.0 +- Git +- A C compiler (such as `gcc` or `clang`) for compiling Treesitter parsers +- `ripgrep` for fuzzy search +- Any desired language servers (`rust-analyzer`, `clangd`, `bash-language-server`, etc) diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..7cf27fa Binary files /dev/null and b/screenshot.png differ