fix(nvim): remove lock and make colorizer better

This commit is contained in:
mrflos 2024-10-06 09:41:31 +03:00
parent 8f41f6dabe
commit 7bfbf7d109
3 changed files with 33 additions and 33 deletions

View file

@ -1,6 +1,6 @@
-- This file needs to have same structure as nvconfig.lua
-- https://github.com/NvChad/ui/blob/v2.5/lua/nvconfig.lua
-- Please read that file to know all available options :(
-- This file needs to have same structure as nvconfig.lua
-- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua
-- Please read that file to know all available options :(
---@type ChadrcConfig
local M = {}