diff --git a/lua/plex/config/autocmds.lua b/lua/plex/config/autocmds.lua index a68ae33..a839982 100644 --- a/lua/plex/config/autocmds.lua +++ b/lua/plex/config/autocmds.lua @@ -14,13 +14,14 @@ vim.api.nvim_create_autocmd({ 'FocusGained', 'TermClose', 'TermLeave' }, { command = 'checktime', }) --- Open Neotree in new tabs -vim.api.nvim_create_autocmd({'TabNewEntered' }, { - group = augroup('automatic_neotree'), - callback = function() - vim.cmd('Neotree') - end, -}) +-- 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' vim.api.nvim_create_autocmd('BufReadPost', { diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 025978e..bd01647 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -153,3 +153,12 @@ struct enum priorisierbar 仕方がない +Gleichzeitigkeitsmechanismen +ServiceWrapper +Repräsentierung +Docstrings +Backends +dirs +MessageFrame +Addressor +init diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index 359e836..93f0092 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ