diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-15 21:17:18 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-15 21:17:18 +0100 |
commit | b0d67e5038480a3836a4be59bc0819c30a8ca4de (patch) | |
tree | 82d606923f504ce82ce20e82becf0cb8c9e0994f /lua | |
parent | 4c948c78dc105ec2abcbe0e1b8f1cb9da3c6d019 (diff) |
Remove autoformat on save
Diffstat (limited to 'lua')
-rw-r--r-- | lua/config/autocommands.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/config/autocommands.lua b/lua/config/autocommands.lua index 010a48f..213801a 100644 --- a/lua/config/autocommands.lua +++ b/lua/config/autocommands.lua @@ -26,9 +26,4 @@ vim.cmd([[ autocmd! autocmd User AlphaReady set showtabline=0 | autocmd BufUnload <buffer> set showtabline=2 augroup end - - augroup _lsp - autocmd! - autocmd BufWritePre * lua vim.lsp.buf.formatting() - augroup end ]]) |