Skip to content

Commit ef35e23

Browse files
committed
User neoformat
1 parent 96ea198 commit ef35e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ func FormartSrc()
123123
elseif &filetype == 'modula2'
124124
exec "!landslide %"
125125
elseif &filetype == 'typescript'
126-
exec ":Prettier"
126+
exec ":Neoformat"
127127
elseif &filetype == 'typescriptreact'
128-
exec ":Prettier"
128+
exec ":Neoformat"
129129
endif
130130
exec "e! %"
131131
endfunc

0 commit comments

Comments
 (0)