remove heuristic buffer option detection (like tabstop)

This commit is contained in:
Baipyrus 2024-07-09 16:37:56 +02:00
parent de146ec6de
commit 7a9d85ceb9

View File

@ -16,11 +16,8 @@ require('lazy').setup({
-- Discord RPC -- Discord RPC
'andweeb/presence.nvim', 'andweeb/presence.nvim',
-- Processing-Java
'sophacles/vim-processing',
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link). -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically 'sophacles/vim-processing', -- Processing-Java
-- NOTE: Plugins can also be added by using a table, -- NOTE: Plugins can also be added by using a table,
-- with the first argument being the link and the following -- with the first argument being the link and the following