mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Updated all the plugins. Removed powerline. Added vim-airline (replacement for powerline). Added vim-fugitive.
This commit is contained in:
12
sources_non_forked/vim-snippets/snippets/dosini.snippets
Normal file
12
sources_non_forked/vim-snippets/snippets/dosini.snippets
Normal file
@ -0,0 +1,12 @@
|
||||
snippet ec
|
||||
; http://editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = ${1:space_or_tab}
|
||||
indent_size = ${2:indent_size}
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
Reference in New Issue
Block a user