You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marko Korhonen c2cb934522
Nvim: Redesign alpha dashboard
2 months ago
..
ftplugin Nvim: fix jdtls runtime configuration 3 months ago
lua Nvim: Redesign alpha dashboard 2 months ago
snippets Add custom snippets to LuaSnip 3 months ago
README.adoc Add README to neovim config 6 months ago
init.lua nvim: read lockfiles directly from dotfile repo 3 months ago
lazy-lock.json Nvim: add new dep for dapui, update plugins 2 months ago
mason-lock.json Nvim: add packages to mason-lock 3 months ago

README.adoc

= 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