diff --git a/init.lua b/init.lua index bb902a0..06812f7 100644 --- a/init.lua +++ b/init.lua @@ -625,10 +625,6 @@ vim.opt.softtabstop = 4 -- Sets the number of columns for a TAB 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 -- set termguicolors to enable highlight groups diff --git a/lua/custom/plugins/fugitive.lua b/lua/custom/plugins/fugitive.lua deleted file mode 100644 index 8045e1a..0000000 --- a/lua/custom/plugins/fugitive.lua +++ /dev/null @@ -1 +0,0 @@ -return { "tpope/vim-fugitive" } diff --git a/lua/custom/plugins/nvim-tree.lua b/lua/custom/plugins/nvim-tree.lua deleted file mode 100644 index a3b9654..0000000 --- a/lua/custom/plugins/nvim-tree.lua +++ /dev/null @@ -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! diff --git a/lua/custom/plugins/vim-vinegar.lua b/lua/custom/plugins/vim-vinegar.lua new file mode 100644 index 0000000..fd98726 --- /dev/null +++ b/lua/custom/plugins/vim-vinegar.lua @@ -0,0 +1,3 @@ +return { + "tpope/vim-vinegar", +}