dont auto open nvim-tree

This commit is contained in:
Christoph J. Scherr 2023-09-25 13:48:17 +02:00
parent fc7beaed1d
commit b8e99edf94
2 changed files with 18 additions and 0 deletions

View File

@ -14,6 +14,15 @@ vim.api.nvim_create_autocmd({ 'FocusGained', 'TermClose', 'TermLeave' }, {
command = 'checktime', command = 'checktime',
}) })
-- Caution: Causes Errors?
-- -- Open Neotree in new tabs
-- vim.api.nvim_create_autocmd({'TabNewEntered' }, {
-- group = augroup('automatic_neotree'),
-- callback = function()
-- 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', {
group = augroup('last_loc'), group = augroup('last_loc'),

View File

@ -153,3 +153,12 @@ struct
enum enum
priorisierbar priorisierbar
仕方がない 仕方がない
Gleichzeitigkeitsmechanismen
ServiceWrapper
Repräsentierung
Docstrings
Backends
dirs
MessageFrame
Addressor
init