Skip to content

Commit

Permalink
add auto wrap for asciidoc files
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Mokevnin <[email protected]>
  • Loading branch information
mokevnin committed Oct 21, 2023
1 parent 2c6d686 commit ce2643f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/config/autocmds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ vim.cmd([[
autocmd!
autocmd FileType ruby,lua,eruby,yaml,javascript,typescript,html,css set ai sw=2 sts=2 et
autocmd FileType java,kotlin,xml set ai sw=4 sts=4 et
autocmd FileType asciidoc setlocal wrap
augroup END
]])

0 comments on commit ce2643f

Please sign in to comment.