Initial commit

This commit is contained in:
2026-02-17 16:18:18 +01:00
commit 4e06bec5ef
6 changed files with 215 additions and 0 deletions

8
after/ftplugin/qf.vim Normal file
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>