Compare commits
No commits in common. "31532dc575832e600ddba8da6551dd8181cfb942" and "cafe6a98a2597922f3aecc27d713c675be17dff6" have entirely different histories.
31532dc575
...
cafe6a98a2
2 changed files with 0 additions and 14 deletions
|
@ -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
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
return {
|
|
||||||
"nvim-neo-tree/neo-tree.nvim",
|
|
||||||
opts = {
|
|
||||||
filesystem = {
|
|
||||||
filtered_items = {
|
|
||||||
visible = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue