foodotfiles/home/.config/nvim
2024-01-30 12:47:24 +02:00
..
ftplugin Nvim: fix jdtls keybinds initialization 2024-01-30 12:47:24 +02:00
lua Nvim: update plugins and restructure plugin configs a bit 2024-01-26 16:47:55 +02:00
init.lua Neovim: use stable versions of plugins if available 2024-01-24 22:20:34 +02:00
lazy-lock.json Nvim: Downgrade packages to 67c89f349e 2024-01-30 12:46:50 +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