nvim: add colorizer + random stuff
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user