nixos/home-modules/explicit-configs/nvim/lua/nv-prettier/init.lua

5 lines
119 B
Lua
Raw Normal View History

2025-05-03 23:42:03 -07:00
vim.g["prettier#autoformat"] = 1
vim.g["prettier#autoformat_require_pragma"] = 0
vim.g["prettier#exec_cmd_async"] = 1