/neovim-config

My Neovim config

Primary LanguageLua

My Neovim config

Description

This Neovim config file is written entirely in Lua and must be saved as ~/.config/nvim/init.lua.

Feature list

  1. Uses packer.nvim for plugin management.
  2. Enables the built-in tree-sitter parser and LSP client support.
  3. Sets the recommended key mappings for the LSP client.

Supports the following LSP servers:

  • rust-analyzer
  • clangd
  • pylsp
  • sumneko
  • taplo
  • prosemd_lsp

Key mappings

TODO