-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugsettings.vim
193 lines (130 loc) · 4.14 KB
/
plugsettings.vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
""" Plugin Settings
" Some things change keys, these go into the keys.vimrc
"
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" *Lexical* *Thesaurus-Query*
" *Goyo* *Limelight* *Zenroom*
source $XDG_CONFIG_HOME/vim/conf.d/prose.vim
" *Autocorrect*
autocmd FileType markdown,mkd call AutoCorrect()
autocmd FileType tex call AutoCorrect()
autocmd FileType text call AutoCorrect()
" Emojis:
au FileType html,php,markdown,mmd,text,mail,gitcommit,vim,vimwiki
\ runtime macros/emoji-ab.vim
" *Workspace*
source $XDG_CONFIG_HOME/vim/conf.d/workspace.vim
" *Session*
source $XDG_CONFIG_HOME/vim/conf.d/session.vim
" *VimSnippets*
source $XDG_CONFIG_HOME/vim/conf.d/vimsnippets.vim
" *cheat.sh
source $XDG_CONFIG_HOME/vim/conf.d/cheat-sh.vim
" *dispatch*
source $XDG_CONFIG_HOME/vim/conf.d/dispatch.vim
" *vim-test*
source $XDG_CONFIG_HOME/vim/conf.d/vim-test.vim
" *Ultisnips*
source $XDG_CONFIG_HOME/vim/conf.d/ultisnips.vim
" *mattn/emmet-vim
source $XDG_CONFIG_HOME/vim/conf.d/emmet-vim.vim
" *Gutentags*
source $XDG_CONFIG_HOME/vim/conf.d/gutentags.vim
" *Python_syntax*
source $XDG_CONFIG_HOME/vim/conf.d/python_syntax.vim
" *vim-ros
source $XDG_CONFIG_HOME/vim/conf.d/ros.vim
" *Rust-lang*
source $XDG_CONFIG_HOME/vim/conf.d/rust-lang.vim
" ccls
source $XDG_CONFIG_HOME/vim/conf.d/ccls.vim
" *lsp-cxx-highlight*
source $XDG_CONFIG_HOME/vim/conf.d/lsp-cxx-highlight.vim
" *Polyglot* settings must be set first
source $XDG_CONFIG_HOME/vim/conf.d/polyglot-langs.vim
" *A_Alternate*
let g:alternate_nomap = 1
" *Nerdtree*
source $XDG_CONFIG_HOME/vim/conf.d/nerdtree.vim
" *Gitgutter*
" source $XDG_CONFIG_HOME/vim/conf.d/gitgutter.vim
let g:gitgutter_grep = 'rg'
" *Signify*
source $XDG_CONFIG_HOME/vim/conf.d/signify.vim
" *Syntastic*
" source $XDG_CONFIG_HOME/vim/conf.d/syntastic.vim
" *Ack*
source $XDG_CONFIG_HOME/vim/conf.d/ack.vim
" *Ale*
source $XDG_CONFIG_HOME/vim/conf.d/ale.vim
" *VimLaTeX*
source $XDG_CONFIG_HOME/vim/conf.d/vimtex.vim
" *Plasticboy-vim-markdown*
source $XDG_CONFIG_HOME/vim/conf.d/markdown.vim
" *YCM*
source $XDG_CONFIG_HOME/vim/conf.d/ycm.vim
" *GHDashboard*
source $XDG_CONFIG_HOME/vim/conf.d/ghdashboard.vim
" *Pandoc*
source $XDG_CONFIG_HOME/vim/conf.d/pandoc.vim
" *Litecorrect*
source $XDG_CONFIG_HOME/vim/conf.d/litecorrect.vim
" *EnhancedDiff*
source $XDG_CONFIG_HOME/vim/conf.d/enhanceddiff.vim
" *FZF*
source $XDG_CONFIG_HOME/vim/conf.d/fzf.vim
" *latex-unicoder.vim*
source $XDG_CONFIG_HOME/vim/conf.d/latex_unicoder.vim
" *Peekaboo*
let g:peekaboo_delay=250 " Delay the side window unless I'm really slow
" *EasyMotion, quickscope etc*
source $XDG_CONFIG_HOME/vim/conf.d/Motions.vim
" *YankRing*
" source $XDG_CONFIG_HOME/vim/conf.d/yankring.vim
" *Codi*
" source $XDG_CONFIG_HOME/vim/conf.d/codi.vim
" Slime
source $XDG_CONFIG_HOME/vim/conf.d/slime.vim
" *Incsearch*
set hlsearch
let g:incsearch#auto_nohlsearch = 1
" *Lion*
source $XDG_CONFIG_HOME/vim/conf.d/lion.vim
" *lib-clang, textobj-clang, etc*
source $XDG_CONFIG_HOME/vim/conf.d/clang-general.vim
source $XDG_CONFIG_HOME/vim/conf.d/vim-cmake.vim
" *CtrlSF*
source $XDG_CONFIG_HOME/vim/conf.d/ctrlsf.vim
" *Startify*
source $XDG_CONFIG_HOME/vim/conf.d/startify.vim
" *MultiCursor*
let g:multi_cursor_use_default_mapping=0
" *AutoPairs*
source $XDG_CONFIG_HOME/vim/conf.d/autopairs.vim
" *Utl*
source $XDG_CONFIG_HOME/vim/conf.d/utl_rc.vim
" *Switch*
source $XDG_CONFIG_HOME/vim/conf.d/switch.vim
" *vimwiki*
source $XDG_CONFIG_HOME/vim/conf.d/vimwiki.vim
" *taskwiki*
source $XDG_CONFIG_HOME/vim/conf.d/taskwiki.vim
" *vim-arduino
source $XDG_CONFIG_HOME/vim/conf.d/vim-arduino.vim
" *Speeddating*
let g:speeddating_no_mappings=1
" *GnuPG*
source $XDG_CONFIG_HOME/vim/conf.d/gnupg.vim
" *MatlabFilesEdition*
autocmd BufEnter *.m compiler mlint
" *VirtualEnv*
source $XDG_CONFIG_HOME/vim/conf.d/virtualenv.vim
" *CppModern
source $XDG_CONFIG_HOME/vim/conf.d/vim-cpp-modern.vim
" Aesthetics:
" vim-operator-highlight
source $XDG_CONFIG_HOME/vim/conf.d/operator-highlight.vim
" NightAndDay:
source $XDG_CONFIG_HOME/vim/conf.d/night-and-day.vim
let g:kitty_navigator_listening_on_address = $XDG_RUNTIME_DIR . '/kitty'
let g:oscyank_term = 'kitty'