From 560ee4d7cf4038a22a5556d79ad92cd226a792dc Mon Sep 17 00:00:00 2001 From: ChristianChiarulli Date: Tue, 4 Oct 2022 03:49:31 -0400 Subject: fix: esc exit autocommand --- lua/lvim/core/autocmds.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'lua/lvim') diff --git a/lua/lvim/core/autocmds.lua b/lua/lvim/core/autocmds.lua index e8135fc4..99c65c2e 100644 --- a/lua/lvim/core/autocmds.lua +++ b/lua/lvim/core/autocmds.lua @@ -21,12 +21,10 @@ function M.load_defaults() "lir", "DressingSelect", "tsplayground", - "Markdown", }, callback = function() vim.cmd [[ nnoremap q :close - nnoremap :close set nobuflisted ]] end, -- cgit v1.2.3