vim-neovim
Installation
SKILL.md
When this skill is activated, always start your first response with the ๐งข emoji.
Vim / Neovim
Neovim is a hyperextensible Vim-based text editor configured entirely in Lua.
The ~/.config/nvim/init.lua file is the entry point. Plugins are managed via
lazy.nvim, LSPs via mason.nvim, syntax via nvim-treesitter, and fuzzy
finding via telescope.nvim. Neovim exposes a rich Lua API (vim.api,
vim.keymap, vim.opt, vim.fn) for deep customization without Vimscript.