diff options
Diffstat (limited to 'fnl/plugins/grug-far.fnl')
| -rw-r--r-- | fnl/plugins/grug-far.fnl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/fnl/plugins/grug-far.fnl b/fnl/plugins/grug-far.fnl index ebd1835..342d266 100644 --- a/fnl/plugins/grug-far.fnl +++ b/fnl/plugins/grug-far.fnl @@ -17,11 +17,10 @@ (λ config [] (let [grug (require :grug-far)] - (autocmds - [:FileType - {:pattern [:grug-far] - :command "nnoremap <silent> <buffer> q :close<CR>"}] - [:FileType {:pattern [:grug-far] :command "setlocal spell!"}]) + (autocmds [:FileType + {:pattern [:grug-far] + :command "nnoremap <silent> <buffer> q :close<CR>"}] + [:FileType {:pattern [:grug-far] :command "setlocal spell!"}]) (grug.setup))) (local keys [{1 :<m-w> 2 :<cmd>GrugFar<cr> :desc "Find and Replace"} |