mirror of
https://github.com/gryf/.vim.git
synced 2026-04-24 04:41:24 +02:00
Moja prawie współczesna konfiguracja. Dużo rzeczy :)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
" markdown filetype file
|
||||
if exists("did\_load\_filetypes")
|
||||
finish
|
||||
endif
|
||||
|
||||
augroup markdown
|
||||
au! BufRead,BufNewFile *.mkd setfiletype mkd
|
||||
augroup END
|
||||
|
||||
Reference in New Issue
Block a user