summaryrefslogtreecommitdiff
path: root/lua/lvim/core
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lvim/core')
-rw-r--r--lua/lvim/core/autocmds.lua2
1 files changed, 0 insertions, 2 deletions
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 <silent> <buffer> q :close<CR>
- nnoremap <silent> <buffer> <esc> :close<CR>
set nobuflisted
]]
end,