My neovim config
Find a file
2026-06-01 19:24:36 +05:30
assets add: nvim window screenshot sample 2024-02-15 19:28:47 +05:30
lua remove: stale plugin configs 2026-06-01 19:24:36 +05:30
.gitignore add: nvim config 2022-01-02 19:09:48 +05:30
init.lua add: native vim.pack for package manager 2026-04-28 16:05:30 +05:30
README.md add: native vim.pack for package manager 2026-04-28 16:05:30 +05:30

nvim-config

My Neovim config.

Setting up

  • Install a Neovim build that includes the built-in vim.pack plugin manager.
  • Start Neovim; missing plugins will be installed by vim.pack.
  • Update plugins with :lua vim.pack.update().

Screenshots

Some samples screenshots below.

Python code

Alt

Notes

Archive of my vim config in vim-config branch.