colorscheme github

This commit is contained in:
Lorran David 2024-10-27 04:05:27 -03:00
parent 2694493570
commit b1d4fcc5b4
2 changed files with 34 additions and 8 deletions

View file

@ -1,8 +1,8 @@
-- Autocmd to open Neo-tree automatically on startup
vim.api.nvim_create_autocmd("VimEnter", {
callback = function()
if vim.fn.isdirectory(vim.fn.getcwd()) == 1 then
require('neo-tree.command').execute({ toggle = false, dir = vim.loop.cwd() })
end
end
})
-- vim.api.nvim_create_autocmd("VimEnter", {
-- callback = function()
-- if vim.fn.isdirectory(vim.fn.getcwd()) == 1 then
-- require('neo-tree.command').execute({ toggle = false, dir = vim.loop.cwd() })
-- end
-- end
-- })