vim icon indicating copy to clipboard operation
vim copied to clipboard

My configuration for neovim.

My neovim configuration

image

Note

Historically this configuration has been compatible with vim8 and neovim, but if you are reading this now, the configuration has been ported to lua and compatibility with vim has been dropped. The last vim-compatible commit has been tagged vim.

This is a living configuration and is constantly being tweaked, so use at your own peril. The included plugins, keymaps, colors and configurations are subject to change with every commit.

Requirements

  • Neovim 0.10 (nightly)

What plugins am I using?

Core

Common

Startup

Finders and pickers

Syntax

LSP

diagnostics

Completion

Colorschemes

UI

language stuff

ide features

copilot

Testing

Debugging

Markdown

LaTeX

The Rest

Using this configuration

Clone this repo to ~/.config/nvim e.g.

    git clone [email protected]:cwebster2/vim --depth 1 ~/.config/nvim

This configuration makes use of the builtin nvim lsp client and configures a number of language servers. Installation of configured servers should happen automatically.