a lot more stuff

This commit is contained in:
2025-04-17 11:41:32 -05:00
parent 8eaa615596
commit 3094bf2a39
37 changed files with 891 additions and 281 deletions

View File

@ -1,5 +1,5 @@
return { 'norcalli/nvim-colorizer.lua',
disable = vim.version().minor < 4 and not vim.fn.has("termguicolors"),
disable = not vim.fn.has("nvim-0.4.0") and not vim.fn.has("termguicolors"),
function()
require('colorizer').setup(nil, {
names = false,