diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-11 00:24:07 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-11 00:24:07 +0200 |
| commit | edef92a943e237ca483b43f912cf844653fc49b7 (patch) | |
| tree | db9217d8aeccdf6c8c2b955430798fd36b586ac9 /fnl/config/autocmd.fnl | |
| parent | 1eff49e1fb24630eb61f6ba0cf90702f90f2f73d (diff) | |
Remove more nvim-tree config
Diffstat (limited to 'fnl/config/autocmd.fnl')
| -rw-r--r-- | fnl/config/autocmd.fnl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl index 40eb338..017792f 100644 --- a/fnl/config/autocmd.fnl +++ b/fnl/config/autocmd.fnl @@ -3,9 +3,6 @@ (defn create-autocmd [event opts] (nvim.create_autocmd event opts)) -(create-autocmd :BufEnter - {:command "if winnr('$') == 1 && bufname() == 'NvimTree_' . tabpagenr() | quit | endif"}) - (create-autocmd :FileType {:pattern [:qf :help :man :lspinfo] :command "nnoremap <silent> <buffer> q :close<CR>"}) |