feat: Adding an autocommand to disable features on large files (just

folding for now).

Disabled the autocommand for the telescope folding
workaround.

Re-enabling debugging shortcuts.

Adding webp and png to the telescope ignore patterns.

Cleaning up some commented out old packages.
This commit is contained in:
2024-10-12 13:28:15 -05:00
parent c90a5a2210
commit 310e3f39d3
4 changed files with 35 additions and 17 deletions

View File

@@ -1,10 +1,5 @@
-- use 'tpope/vim-fugitive' -- Git integration
--
-- -- Experimental
-- use 'mfussenegger/nvim-dap'
-- use 'rcarriga/nvim-dap-ui'
local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim'
if not vim.loop.fs_stat(lazypath) then
vim.fn.system({
'git',
@@ -15,6 +10,7 @@ if not vim.loop.fs_stat(lazypath) then
lazypath,
})
end
vim.opt.rtp:prepend(lazypath)
require('lazy').setup({