foodotfiles/home/.config/nvim
2024-03-17 09:53:38 +02:00
..
ftplugin Nvim: fix jdtls runtime configuration 2024-02-22 11:15:11 +02:00
lua nvim: read lockfiles directly from dotfile repo 2024-03-17 09:53:38 +02:00
snippets Add custom snippets to LuaSnip 2024-02-26 18:26:59 +02:00
init.lua nvim: read lockfiles directly from dotfile repo 2024-03-17 09:53:38 +02:00
lazy-lock.json nvim: add MasonUpdateAll and lockfile 2024-03-17 09:47:21 +02:00
mason-lock.json nvim: add MasonUpdateAll and lockfile 2024-03-17 09:47:21 +02:00
README.adoc Add README to neovim config 2023-11-25 17:08:33 +02:00

= FunctionalHacker's NeoVim configuration

This is my personal NeoVim configuration I use for all text editing in my free
time and at my day job. I mostly code in Java, TypeScript and ReactJS, with
a bit of Rust and Python once in a blue moon.

The configuration is quite minimal but still fully featured. Some highlights
include

* LSP support with neovim's built in LSP client
** LSP servers are easily installed and auto-configured with Mason
* Treesitter
** Code folding
** Code highlighting
** Text objects
* Lazy plugin manager for fast startup times