Add README.md along with a screenshot
This commit is contained in:
parent
41916d65c0
commit
5dbdaddc3a
2 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# relkochta/nvim-config
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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)
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 195 KiB |
Loading…
Add table
Reference in a new issue