mirror of
https://github.com/cap153/nvim.git
synced 2026-05-02 11:33:51 +08:00
ts和js使用deno来格式化
This commit is contained in:
parent
bd07b6ef70
commit
b7c38200f4
4 changed files with 37 additions and 14 deletions
|
|
@ -29,7 +29,7 @@ vim.api.nvim_create_autocmd({
|
|||
input = { '%*().-()%*' },
|
||||
output = { left = '*', right = '*' }
|
||||
},
|
||||
c = {
|
||||
d = {
|
||||
input = { '`().-()`' },
|
||||
output = { left = '`', right = '`' }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue