Compare commits
2 Commits
ba0a9fbc57
...
de7fb8f43b
Author | SHA1 | Date | |
---|---|---|---|
de7fb8f43b
|
|||
38f4b4591d
|
@@ -3,7 +3,7 @@ set -o errexit
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
killall -q -w -r 'sshfs.+me@jool:/store/sshfs/meatballhat.+' || true
|
killall -9 -q -w -r 'sshfs.+me@jool:/store/sshfs/meatballhat.+' || true
|
||||||
fusermount -u ~/mnt/jool 2>/dev/null || true
|
fusermount -u ~/mnt/jool 2>/dev/null || true
|
||||||
|
|
||||||
local sshfs_args=(
|
local sshfs_args=(
|
||||||
|
13
vimrc
13
vimrc
@@ -96,14 +96,11 @@ let g:vim_markdown_frontmatter = 1
|
|||||||
let g:yapf_style = "pep8"
|
let g:yapf_style = "pep8"
|
||||||
|
|
||||||
if has("python3")
|
if has("python3")
|
||||||
python3 << eopython
|
python3 import sys
|
||||||
try:
|
python3 sys.path.append("/usr/lib/python3/dist-packages")
|
||||||
from powerline.vim import setup as powerline_setup
|
python3 from powerline.vim import setup as powerline_setup
|
||||||
powerline_setup()
|
python3 powerline_setup()
|
||||||
del powerline_setup
|
python3 del powerline_setup
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
eopython
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
packadd! dracula
|
packadd! dracula
|
||||||
|
Reference in New Issue
Block a user