feat: update to nvim 10
This commit is contained in:
parent
f0c8c6fd51
commit
972b7be1c9
2 changed files with 0 additions and 12 deletions
|
@ -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,
|
||||
})
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue