nvim: obsidian, trouble mappings and more

This commit is contained in:
2024-07-15 19:34:04 +03:00
parent bc42df2a96
commit 9ef8381c8b
6 changed files with 69 additions and 59 deletions

View File

@ -31,6 +31,9 @@ return {
vue = {
require("formatter.filetypes.vue").prettier,
},
typescriptreact = {
require("formatter.filetypes.typescriptreact").prettier,
},
javascript = {
require("formatter.filetypes.javascript").prettier,
},