dotfiles/home/.config/nvim
2024-07-25 13:43:30 +03:00
..
ftplugin Nvim: fix jdtls runtime configuration 2024-02-22 11:15:11 +02:00
lua Neovim: lazy load telescope 2024-07-25 13:36:52 +03:00
snippets Neovim: add extra parameter for java snippet 2024-07-03 09:13:01 +03:00
init.lua Neovim: update which-key configuration to v3 2024-07-13 15:49:55 +03:00
lazy-lock.json Neovim: update plugins 2024-07-25 10:25:49 +03:00
mason-lock.json Nvim: Update mason lockfile 2024-07-25 13:43:30 +03: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