all repos

dotfiles @ 7b2a2568adf7b4b768da2d169327c3aeb58a33cb

my dotfiles

config/lvim/ftplugin/typescript.lua (view raw)

1
2
3
4
5
6
7
8
lvim.lang.typescript.formatters = {
	-- { exe = "eslint_d" },
	{ exe = "prettierd" },
}

lvim.lang.typescript.linters = {
	{ exe = "eslint_d" },
}