forked from joehannes-nvim/nvim.cfg.lua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Session.vim
227 lines (227 loc) · 7 KB
/
Session.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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
let SessionLoad = 1
let s:so_save = &g:so | let s:siso_save = &g:siso | setg so=0 siso=0 | setl so=-1 siso=-1
let v:this_session=expand("<sfile>:p")
let EditorConfig_verbose = 0
let SignatureMarkerTextHLDynamic = 0
let CheatSheetShowCommentsByDefault = 1
let CheatSheetDefaultSelection = "line"
let Hexokinase_termDisabled = 0
let EditorConfig_exec_path = ""
let SignatureMarkTextHL = "SignatureMarkText"
let Hexokinase_optOutPatterns = ""
let CheatSheetBaseUrl = "https://cht.sh"
let Hexokinase_signIcon = "■"
let CheatPager = "less -R"
let Hexokinase_optInPatterns = "full_hex,rgb,rgba,hsl,hsla,colour_names"
let Illuminate_highlightPriority = -1
let EditorConfig_softtabstop_tab = 1
let SignatureMarkOrder = "pm"
let SignatureDeferPlacement = 1
let EditorConfig_max_line_indicator = "line"
let Hexokinase_virtualText = "■"
let SignaturePeriodicRefresh = 1
let SignatureMarkerLineHL = "SignatureMarkerLine"
let SignatureIncludeMarks = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
let SignatureErrorIfNoAvailableMarks = 1
let SignatureIncludeMarkers = ")!@#$%^&*("
let Illuminate_highlightUnderCursor = 1
let Illuminate_delay = 0
let CheatSheetUrlGetter = "curl --silent"
let SignatureMarkTextHLDynamic = 0
let SignatureEnabledAtStartup = 1
let Hexokinase_executable_path = "/Users/joehannes/.local/share/nvim/site/pack/packer/start/vim-hexokinase/hexokinase/hexokinase"
let CheatSheetReaderCmd = "new"
let EditorConfig_preserve_formatoptions = 0
let Hexokinase_v2 = 1
let SignatureWrapJumps = 1
let SignatureMarkerTextHL = "SignatureMarkerText"
let Powerline_symbols = "fancy"
let SessionLoad = 1
let SignatureForceMarkerPlacement = 0
let SignatureForceMarkPlacement = 0
let NetrwMenuPriority = 80
let CheatSheetDefaultMode = 0
let SignatureMarkLineHL = "SignatureMarkLine"
let CheatSheetUrlSettings = "q"
let SignatureForceRemoveGlobal = 0
let SignaturePrioritizeMarks = 1
let SignaturePurgeConfirmation = 0
let EditorConfig_softtabstop_space = 1
let NetrwTopLvlMenu = "Netrw."
let SignatureDeleteConfirmation = 0
let CheatSheetStayInOrigBuf = 1
let CheatSheetFt = "markdown"
let CheatSheetBufferName = "_cheat"
let SignatureRecycleMarks = 0
silent only
silent tabonly
cd ~/.local/git/joehannes-os/neovim-lua-config
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
let s:wipebuf = bufnr('%')
endif
let s:shortmess_save = &shortmess
if &shortmess =~ 'A'
set shortmess=aoOA
else
set shortmess=aoO
endif
badd +21 lua/utils/aucmd.lua
badd +58 lua/plugins/init.lua
badd +42 init.lua
badd +1 lua/plugins/aerial.lua
badd +1 lua/plugins/auto_session.lua
badd +1 lua/plugins/autopairs.lua
badd +1 lua/plugins/bqf.lua
badd +1 lua/plugins/bufferline.lua
badd +1 lua/plugins/codicons.lua
badd +1 lua/plugins/colorizer.lua
badd +1 lua/plugins/completion.lua
badd +1 lua/plugins/copilot.lua
badd +48 lua/plugins/dap.lua
badd +1 lua/plugins/devicon.lua
badd +1 lua/plugins/diffview.lua
badd +1 lua/plugins/dusktildawn.lua
badd +1 lua/plugins/formatter.lua
badd +1 lua/plugins/heirline.lua
badd +1 lua/plugins/hlslens.lua
badd +1 lua/plugins/iron.lua
badd +1 lua/plugins/lightbulb.lua
badd +1 lua/plugins/lspcolors.lua
badd +1 lua/plugins/lspkind.lua
badd +1 lua/plugins/lspsaga.lua
badd +1 lua/plugins/lsputils.lua
badd +1 lua/plugins/navigator.lua
badd +1 lua/plugins/neoclip.lua
badd +1 lua/plugins/notify.lua
badd +1 lua/plugins/onedark.lua
badd +1 lua/plugins/scroll.lua
badd +1 lua/plugins/scrollbar.lua
badd +1 lua/plugins/snippets.lua
badd +1 lua/plugins/sniprun.lua
badd +1 lua/plugins/starry.lua
badd +1 lua/plugins/symbols_outline.lua
badd +157 lua/plugins/telescope.lua
badd +1 lua/plugins/tokyonight.lua
badd +1 lua/plugins/treesitter.lua
badd +1 lua/plugins/trouble.lua
badd +1 lua/plugins/ultest.lua
badd +1 lua/plugins/wilder.lua
badd +1 lua/plugins/zen.lua
badd +4 lua/lang/init.lua
badd +1 lua/init.lua
badd +1257 lua/plugins.lua
badd +11 lua/keymappings/normal.lua
badd +15 lua/utils/fs.lua
badd +25 ~/.vim/tasks.ini
argglobal
%argdel
set lines=74 columns=274
edit lua/utils/aucmd.lua
let s:save_splitbelow = &splitbelow
let s:save_splitright = &splitright
set splitbelow splitright
wincmd _ | wincmd |
vsplit
wincmd _ | wincmd |
vsplit
2wincmd h
wincmd w
wincmd w
let &splitbelow = s:save_splitbelow
let &splitright = s:save_splitright
wincmd t
let s:save_winminheight = &winminheight
let s:save_winminwidth = &winminwidth
set winminheight=0
set winheight=1
set winminwidth=0
set winwidth=1
wincmd =
argglobal
balt lua/plugins/init.lua
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=1
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
let &fdl = &fdl
let s:l = 21 - ((20 * winheight(0) + 35) / 71)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 21
normal! 040|
lcd ~/.local/git/joehannes-os/neovim-lua-config
wincmd w
argglobal
if bufexists(fnamemodify("~/.local/git/joehannes-os/neovim-lua-config/lua/plugins/init.lua", ":p")) | buffer ~/.local/git/joehannes-os/neovim-lua-config/lua/plugins/init.lua | else | edit ~/.local/git/joehannes-os/neovim-lua-config/lua/plugins/init.lua | endif
if &buftype ==# 'terminal'
silent file ~/.local/git/joehannes-os/neovim-lua-config/lua/plugins/init.lua
endif
balt ~/.local/git/joehannes-os/neovim-lua-config/lua/plugins/dap.lua
setlocal fdm=manual
setlocal fde=nvim_treesitter#foldexpr()
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=99
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
let &fdl = &fdl
let s:l = 58 - ((56 * winheight(0) + 35) / 71)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 58
normal! 013|
lcd ~/.local/git/joehannes-os/neovim-lua-config
wincmd w
argglobal
if bufexists(fnamemodify("~/.local/git/joehannes-os/neovim-lua-config/lua/keymappings/normal.lua", ":p")) | buffer ~/.local/git/joehannes-os/neovim-lua-config/lua/keymappings/normal.lua | else | edit ~/.local/git/joehannes-os/neovim-lua-config/lua/keymappings/normal.lua | endif
if &buftype ==# 'terminal'
silent file ~/.local/git/joehannes-os/neovim-lua-config/lua/keymappings/normal.lua
endif
balt ~/.local/git/joehannes-os/neovim-lua-config/lua/plugins/init.lua
setlocal fdm=manual
setlocal fde=nvim_treesitter#foldexpr()
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=99
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
let &fdl = &fdl
let s:l = 11 - ((10 * winheight(0) + 35) / 71)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 11
normal! 05|
lcd ~/.local/git/joehannes-os/neovim-lua-config
wincmd w
wincmd =
tabnext 1
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
silent exe 'bwipe ' . s:wipebuf
endif
unlet! s:wipebuf
set winheight=1 winwidth=20
let &shortmess = s:shortmess_save
let &winminheight = s:save_winminheight
let &winminwidth = s:save_winminwidth
let s:sx = expand("<sfile>:p:r")."x.vim"
if filereadable(s:sx)
exe "source " . fnameescape(s:sx)
endif
let &g:so = s:so_save | let &g:siso = s:siso_save
set hlsearch
nohlsearch
doautoall SessionLoadPost
unlet SessionLoad
" vim: set ft=vim :