Compare commits

..

No commits in common. "31532dc575832e600ddba8da6551dd8181cfb942" and "cafe6a98a2597922f3aecc27d713c675be17dff6" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View file

@ -4,7 +4,3 @@
vim.opt.relativenumber = false vim.opt.relativenumber = false
-- Autoformatting can break stuff; turn it off. -- Autoformatting can break stuff; turn it off.
vim.g.autoformat = false vim.g.autoformat = false
-- sane (un-)tabbing unless overridden
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true

View file

@ -1,10 +0,0 @@
return {
"nvim-neo-tree/neo-tree.nvim",
opts = {
filesystem = {
filtered_items = {
visible = true,
},
},
},
}