You've already forked dotfiles
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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user