Update nvim config: split plugins, update README

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 15:19:52 +00:00
parent 762318ce88
commit aa687e1591
16 changed files with 264 additions and 101 deletions

View File

@@ -16,9 +16,7 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
spec = {
-- add LazyVim and import its plugins
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
-- import/override with your plugins
{ import = "plugins" },
},
defaults = {