File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -107,3 +107,10 @@ Disable the built-in VSCode PHP Language Features.
107
107
Install the ` phpstorm ` command
108
108
109
109
$ cp scripts/phpstorm.sh /usr/local/bin/phpstorm
110
+
111
+ ### Chrome
112
+
113
+ Chrome extensions
114
+
115
+ - Vimium
116
+ - Firenvim
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ Plug 'vim-airline/vim-airline'
21
21
Plug ' vim-airline/vim-airline-themes'
22
22
Plug ' vim-scripts/ReplaceWithRegister'
23
23
24
+ " Neovim
25
+ if has (' nvim' )
26
+ Plug ' glacambre/firenvim' , { ' do' : { _ - > firenvim#install (0 ) } }
27
+ endif
28
+
24
29
call plug#end ()
25
30
26
31
@@ -72,6 +77,17 @@ let g:user_emmet_leader_key='<C-H>'
72
77
" -- Sneak --
73
78
highlight link Sneak None
74
79
80
+ " -- Firenvim --
81
+ if has (' nvim' )
82
+ let g: firenvim_config = {
83
+ \ ' localSettings' : {
84
+ \ ' .*' : {
85
+ \ ' takeover' : ' never' ,
86
+ \ }
87
+ \ }
88
+ \ }
89
+ endif
90
+
75
91
76
92
" ------------ General Config ------------
77
93
set autoread " Reload files changed outside vim
You can’t perform that action at this time.
0 commit comments