mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-18 05:40:07 +00:00
Merge pull request #50 from dritter/dritter/vim_modelines_improvement
Add VIM default settings: "expandtab", encoding = "utf8"
This commit is contained in:
commit
48d4ebac10
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# vim:ft=zsh ts=2 sw=2 sts=2
|
# vim:ft=zsh ts=2 sw=2 sts=2 et fenc=utf-8
|
||||||
################################################################
|
################################################################
|
||||||
# powerlevel9k Theme
|
# powerlevel9k Theme
|
||||||
# https://github.com/bhilburn/powerlevel9k
|
# https://github.com/bhilburn/powerlevel9k
|
||||||
|
|
Loading…
Reference in a new issue