mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
I'm stupid 🙃
This commit is contained in:
4
init.lua
4
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
|
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
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
return { "tpope/vim-fugitive" }
|
|
||||||
@@ -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!
|
|
||||||
3
lua/custom/plugins/vim-vinegar.lua
Normal file
3
lua/custom/plugins/vim-vinegar.lua
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
return {
|
||||||
|
"tpope/vim-vinegar",
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user