colorscheme github
This commit is contained in:
parent
2694493570
commit
b1d4fcc5b4
2 changed files with 34 additions and 8 deletions
|
|
@ -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
|
||||
-- })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue