diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-22 16:44:32 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-22 16:44:32 +0100 |
commit | 7a60f2d61c44cdba85cbcf10b561b0401e9b105a (patch) | |
tree | 0f92b1e21f84c907bcd1c373625960d2834dc326 /lua/config/autocommands.lua | |
parent | c22beb43a4526372abbd6c3dab48051e6b4e2a20 (diff) |
fix: format with stylua config
Diffstat (limited to 'lua/config/autocommands.lua')
-rw-r--r-- | lua/config/autocommands.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/config/autocommands.lua b/lua/config/autocommands.lua index 213801a..e1548e5 100644 --- a/lua/config/autocommands.lua +++ b/lua/config/autocommands.lua @@ -1,6 +1,6 @@ -- autocmd! remove all autocommands, if entered under a group it will clear that group -vim.cmd([[ +vim.cmd [[ augroup _general_settings autocmd! autocmd FileType qf,help,man,lspinfo nnoremap <silent> <buffer> q :close<CR> @@ -26,4 +26,4 @@ vim.cmd([[ autocmd! autocmd User AlphaReady set showtabline=0 | autocmd BufUnload <buffer> set showtabline=2 augroup end -]]) +]] |