Browse Source

[nvim] Add autocommand for the Julia file type

master
Fredrik Ekre 2 years ago
parent
commit
f42c179cf0
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 5
      .vimrc

5
.vimrc

@ -122,3 +122,8 @@ augroup SaveFileView @@ -122,3 +122,8 @@ augroup SaveFileView
au BufWinLeave *.* mkview
au BufWinEnter *.* silent! loadview
augroup END
augroup FileTypeJulia
autocmd!
au FileType julia set textwidth=92
augroup END

Loading…
Cancel
Save