dont auto open nvim-tree
This commit is contained in:
parent
c0a6972398
commit
fb1c6a971d
|
@ -14,13 +14,14 @@ vim.api.nvim_create_autocmd({ 'FocusGained', 'TermClose', 'TermLeave' }, {
|
||||||
command = 'checktime',
|
command = 'checktime',
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Open Neotree in new tabs
|
-- Caution: Causes Errors?
|
||||||
vim.api.nvim_create_autocmd({'TabNewEntered' }, {
|
-- -- Open Neotree in new tabs
|
||||||
group = augroup('automatic_neotree'),
|
-- vim.api.nvim_create_autocmd({'TabNewEntered' }, {
|
||||||
callback = function()
|
-- group = augroup('automatic_neotree'),
|
||||||
vim.cmd('Neotree')
|
-- callback = function()
|
||||||
end,
|
-- vim.cmd('Neotree')
|
||||||
})
|
-- end,
|
||||||
|
-- })
|
||||||
|
|
||||||
-- Go to last loc when opening a buffer, see ':h last-position-jump'
|
-- Go to last loc when opening a buffer, see ':h last-position-jump'
|
||||||
vim.api.nvim_create_autocmd('BufReadPost', {
|
vim.api.nvim_create_autocmd('BufReadPost', {
|
||||||
|
|
|
@ -153,3 +153,12 @@ struct
|
||||||
enum
|
enum
|
||||||
priorisierbar
|
priorisierbar
|
||||||
仕方がない
|
仕方がない
|
||||||
|
Gleichzeitigkeitsmechanismen
|
||||||
|
ServiceWrapper
|
||||||
|
Repräsentierung
|
||||||
|
Docstrings
|
||||||
|
Backends
|
||||||
|
dirs
|
||||||
|
MessageFrame
|
||||||
|
Addressor
|
||||||
|
init
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue