Simplifying neovim config. Just lazy default plugin file, catpuccin, and oil.

This commit is contained in:
Shaun Setlock
2026-01-02 19:12:55 -05:00
parent e76ea35421
commit eed0eba26d
5 changed files with 0 additions and 2 deletions

View File

@@ -1,12 +0,0 @@
local HOME = os.getenv("HOME")
return {
"mfussenegger/nvim-lint",
optional = true,
opts = {
linters = {
["markdownlint-cli2"] = {
args = { "--config", HOME .. "/.config/nvim/lua/plugins/.markdownlint-cli2.yaml", "--" },
},
},
},
}