Compare commits
2 Commits
ba0a9fbc57
...
de7fb8f43b
Author | SHA1 | Date | |
---|---|---|---|
de7fb8f43b
|
|||
38f4b4591d
|
@@ -3,7 +3,7 @@ set -o errexit
|
||||
set -o pipefail
|
||||
|
||||
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
|
||||
|
||||
local sshfs_args=(
|
||||
|
13
vimrc
13
vimrc
@@ -96,14 +96,11 @@ let g:vim_markdown_frontmatter = 1
|
||||
let g:yapf_style = "pep8"
|
||||
|
||||
if has("python3")
|
||||
python3 << eopython
|
||||
try:
|
||||
from powerline.vim import setup as powerline_setup
|
||||
powerline_setup()
|
||||
del powerline_setup
|
||||
except ImportError:
|
||||
pass
|
||||
eopython
|
||||
python3 import sys
|
||||
python3 sys.path.append("/usr/lib/python3/dist-packages")
|
||||
python3 from powerline.vim import setup as powerline_setup
|
||||
python3 powerline_setup()
|
||||
python3 del powerline_setup
|
||||
endif
|
||||
|
||||
packadd! dracula
|
||||
|
Reference in New Issue
Block a user