File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ bind -T copy-mode-vi y send -X copy-pipe-and-cancel "xclip -sel clip -i"
38
38
39
39
set-option -g set-clipboard on
40
40
41
+ # supposed to make the clipboard work in Mosh, but does not work with Mosh 1.3.2, at least
42
+ if-shell " tmux-version ' < 3.4'" \
43
+ ' set -ag terminal-overrides ",screen-256color:colors=256:Tc:Ms=\\E]52;c;%p2%s\\7"' ;
44
+
41
45
# avoid annoying delay in VIM
42
46
set -s escape-time 0
43
47
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Plug 'scrooloose/nerdtree'
22
22
Plug ' w0rp/ale'
23
23
24
24
" LSP functionality - requires Node
25
- Plug ' neoclide/coc.nvim' , {' branch' : ' release' }
25
+ " Plug 'neoclide/coc.nvim', {'branch': 'release'}
26
26
27
27
" Syntax highlighting
28
28
Plug ' OrangeT/vim-csharp' " razor, c#
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ au BufRead,BufNewFile nginx.conf set ft=nginx
108
108
autocmd ! bufwritepost .vimrc source % " in $HOME
109
109
autocmd ! bufwritepost vimrc source % " the linked file in dotfiles
110
110
autocmd ! bufwritepost plugins- config source %
111
- autocmd ! bufwritepost coc- config source %
111
+ " autocmd! bufwritepost coc-config source %
112
112
autocmd ! bufwritepost ale- config source %
113
113
114
114
" Make vim work as a crontab editor: http://vim.wikia.com/wiki/Editing_crontab
@@ -183,7 +183,7 @@ set suffixesadd+=.js " Makes gf work for relative files as well
183
183
set mouse =
184
184
185
185
" These needs to be before later configuration for objects to be defined
186
- source ~/.vim/coc-config
186
+ " source ~/.vim/coc-config
187
187
source ~/.vim/ale-config
188
188
189
189
" js settings
You can’t perform that action at this time.
0 commit comments