diff options
Diffstat (limited to 'lua/nv-autocommands/init.lua')
-rw-r--r-- | lua/nv-autocommands/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nv-autocommands/init.lua b/lua/nv-autocommands/init.lua index 4663140c..c618bbf1 100644 --- a/lua/nv-autocommands/init.lua +++ b/lua/nv-autocommands/init.lua @@ -47,7 +47,7 @@ utils.define_augroups({ _buffer_bindings = { {'FileType', 'dashboard', 'nnoremap <silent> <buffer> q :q<CR>'}, {'FileType', 'lspinfo', 'nnoremap <silent> <buffer> q :q<CR>'}, - {'FileType', 'floaterm', 'nnoremap <silent> <buffer> q :q<CR>'} + {'FileType', 'floaterm', 'nnoremap <silent> <buffer> q :q<CR>'}, }, _auto_formatters = auto_formatters }) |