I'm stupid 🙃

This commit is contained in:
2024-01-11 21:59:31 +01:00
parent 4319709adc
commit 7211563197
4 changed files with 3 additions and 16 deletions

View File

@@ -625,10 +625,6 @@ vim.opt.softtabstop = 4 -- Sets the number of columns for a TAB
vim.opt.expandtab = true -- Expand TABs to spaces vim.opt.expandtab = true -- Expand TABs to spaces
-- disable netrw at the very start of your init.lua
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
vim.wo.relativenumber = true vim.wo.relativenumber = true
-- set termguicolors to enable highlight groups -- set termguicolors to enable highlight groups

View File

@@ -1 +0,0 @@
return { "tpope/vim-fugitive" }

View File

@@ -1,11 +0,0 @@
-- return {
-- "nvim-tree/nvim-tree.lua",
-- version = "*",
-- dependencies = {
-- "nvim-tree/nvim-web-devicons",
-- },
-- config = function()
-- require("nvim-tree").setup {}
-- end,
-- }
-- NO!

View File

@@ -0,0 +1,3 @@
return {
"tpope/vim-vinegar",
}