feat(nvim): get rid of press enter message

This commit is contained in:
matt1432 2023-08-23 22:29:11 -04:00
parent c0175571fd
commit 5c4fa21d8b

View file

@ -39,3 +39,8 @@ vim.cmd[[colorscheme dracula]]
)
-- https://github.com/AstroNvim/AstroNvim/issues/648#issuecomment-1511728897
vim.g.loaded_netrw = 0
vim.g.loaded_netrwPlugin = 0
-- https://github.com/nvim-neo-tree/neo-tree.nvim/issues/983#issuecomment-1637372234