refacotred and split

This commit is contained in:
2026-02-25 15:32:05 +01:00
parent d4ad71543d
commit caf21ab060
10 changed files with 207 additions and 157 deletions

View File

@@ -0,0 +1,8 @@
" Disable spell checking and set up custom mappings.
setlocal nospell
if getwininfo(win_getid())[0].loclist == 0
finish
endif
nnoremap <buffer> q :lclose<CR>
nnoremap <buffer> dd :lremove<CR>