From 377a7996fd1560d545ed868f02ee19863891ab2e Mon Sep 17 00:00:00 2001 From: phajw Date: Fri, 13 Oct 2023 06:10:55 -0400 Subject: Optimize js and ts formatting --- lua/config/editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/editor.lua b/lua/config/editor.lua index 145d175..a9ffc15 100644 --- a/lua/config/editor.lua +++ b/lua/config/editor.lua @@ -43,7 +43,7 @@ vim.cmd([[ vim.cmd([[ augroup RunPfOnSave autocmd! - autocmd BufWritePost *.js,*.ts,*.jsx,*json !prettier --write . + autocmd BufWritePost *.js,*.ts,*.jsx,*json !prettier --write % autocmd BufWritePost *.tex :VimtexCompile autocmd BufWritePost *.md :MarkdownPreview augroup END -- cgit v1.2.3 '>
My Neovim ConfigurationFilip Wandzio <contact@philw.dev>
aboutsummaryrefslogtreecommitdiffstats
path: root/lua/config/plugins.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-13Update configphilw1-0/+0
2025-01-11Remove redundant deps, rewrite file treephilw2-68/+129
2024-11-20update initphilw1-0/+3
2024-10-06Enable terminal toggle keybindphilw1-1/+2
2024-05-10Enable lspsaga's floating window opacityphilw1-0/+3
2024-05-07Update colorschemephajw1-9/+23
2024-05-07Increase document traversal speedphajw1-5/+11
2024-04-30Update readmephilw1-1/+2