質問編集履歴
1
不必要な部分削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -35,9 +35,6 @@
|
|
35
35
|
set ttymouse=xterm2
|
36
36
|
endif
|
37
37
|
endif
|
38
|
-
"if has('mouse')
|
39
|
-
" set mouse=a
|
40
|
-
"endif
|
41
38
|
|
42
39
|
" Indicates a fast terminal connection
|
43
40
|
set ttyfast
|
@@ -107,41 +104,6 @@
|
|
107
104
|
"" Plugin
|
108
105
|
filetype plugin indent on " ファイルタイププラグインを有効にする
|
109
106
|
|
110
|
-
"dein Scripts-----------------------------
|
111
|
-
if &compatible
|
112
|
-
set nocompatible " Be iMproved
|
113
|
-
endif
|
114
|
-
|
115
|
-
" Required:
|
116
|
-
set runtimepath+=/Users/sekizawakeisuke/.cache/dein/repos/github.com/Shougo/dein.vim
|
117
|
-
|
118
|
-
" Required:
|
119
|
-
call dein#begin('/Users/sekizawakeisuke/.cache/dein')
|
120
|
-
|
121
|
-
" Let dein manage dein
|
122
|
-
" Required:
|
123
|
-
call dein#add('Shougo/dein.vim')
|
124
|
-
|
125
|
-
" Add or remove your plugins here:
|
126
|
-
call dein#add('Shougo/neosnippet.vim')
|
127
|
-
call dein#add('Shougo/neosnippet-snippets')
|
128
|
-
|
129
|
-
" You can specify revision/branch/tag.
|
130
|
-
call dein#add('Shougo/vimshell', { 'rev': '3787e5' })
|
131
|
-
|
132
|
-
" Required:
|
133
|
-
call dein#end()
|
134
|
-
|
135
|
-
" Required:
|
136
|
-
filetype plugin indent on
|
137
|
-
syntax enable
|
138
|
-
|
139
|
-
" If you want to install not installed plugins on startup.
|
140
|
-
if dein#check_install()
|
141
|
-
call dein#install()
|
142
|
-
endif
|
143
|
-
|
144
|
-
"End dein Scripts-------------------------
|
145
107
|
```
|
146
108
|
|
147
109
|
`.tmux.conf`
|