dotfiles/home/.config/nvim
2023-12-27 14:50:20 +02:00
..
ftplugin Nvim: fix jdtls plugin path 2023-12-18 15:41:04 +02:00
lua Nvim: enable text objects for functions and classes 2023-12-27 10:02:55 +02:00
init.lua Nvim: add back lazy lockfile, update plugins 2023-12-04 10:12:33 +02:00
lazy-lock.json Update neovim plugins 2023-12-27 14:50:20 +02:00
README.adoc Add README to neovim config 2023-11-25 17:08:33 +02:00

FunctionalHackers 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 neovims 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