feat: update to nvim 10

This commit is contained in:
matt1432 2023-08-08 20:50:47 -04:00
parent f0c8c6fd51
commit 972b7be1c9
2 changed files with 0 additions and 12 deletions

View file

@ -39,14 +39,3 @@ vim.cmd[[colorscheme dracula]]
)
-- https://github.com/AstroNvim/AstroNvim/issues/648#issuecomment-1511728897
vim.api.nvim_create_augroup("neotree_autoopen", { clear = true })
vim.api.nvim_create_autocmd("BufReadPre", {
desc = "Open neo-tree on enter",
group = "neotree_autoopen",
callback = function()
if not vim.g.neotree_opened then
vim.cmd "Neotree show"
vim.g.neotree_opened = true
end
end,
})

View file

@ -56,7 +56,6 @@ in {
(plugin "lukas-reineke/indent-blankline.nvim")
(plugin "lewis6991/gitsigns.nvim")
(plugin "nvim-lualine/lualine.nvim")
(plugin "elkowar/yuck.vim")
# plugins for completion
(plugin "hrsh7th/nvim-cmp")