nvim: add colorizer + random stuff

This commit is contained in:
2023-12-05 07:28:15 +02:00
parent 24213b2a7b
commit f17ce293a5
4 changed files with 37 additions and 28 deletions

View File

@ -0,0 +1,6 @@
return {
"norcalli/nvim-colorizer.lua",
config = function()
require("colorizer").setup({})
end,
}

View File

@ -3,6 +3,8 @@ return {
cmd = { "Format", "FormatWrite" },
config = function()
require("formatter").setup({
logging = true,
log_level = vim.log.levels.DEBUG,
filetype = {
lua = {
require("formatter.filetypes.lua").stylua,