Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a4c9b06a6
|
||
|
|
ade0a4dcf8
|
||
|
|
8ad3f3f3e8
|
@@ -41,6 +41,7 @@ set backspace=indent,eol,start
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set noet
|
||||
set directory=~/.vim/tmp
|
||||
|
||||
" preview substitute (%s/a/b)
|
||||
set inccommand=nosplit
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
{% if hostname == "sputnik" %}
|
||||
# use qt5ct to set Qt theme
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
{% end %}
|
||||
Reference in New Issue
Block a user