chore(nvim): use deno fmt

main
sudo pacman -Syu 2023-08-06 02:04:00 +07:00
parent e1be3a0e83
commit 0d0facd4c7
1 changed files with 3 additions and 1 deletions

View File

@ -368,8 +368,10 @@ require("lazy").setup({
{
"sbdchd/neoformat",
init = function()
vim.g.neoformat_basic_format_trim = 1
vim.g.neoformat_enabled_go = { "gofumpt" }
vim.g.neoformat_enabled_json = { "denofmt" }
vim.g.neoformat_enabled_lua = { "stylua" }
vim.g.neoformat_enabled_markdown = { "denofmt" }
vim.g.shfmt_opt = "-ci"
end,
config = function()