diff --git a/lua/plugins/oil.lua b/lua/plugins/file-management.lua similarity index 100% rename from lua/plugins/oil.lua rename to lua/plugins/file-management.lua diff --git a/lua/plugins/git-blame.lua b/lua/plugins/git.lua similarity index 100% rename from lua/plugins/git-blame.lua rename to lua/plugins/git.lua diff --git a/lua/plugins/toggle-checkbox.lua b/lua/plugins/markdown.lua similarity index 100% rename from lua/plugins/toggle-checkbox.lua rename to lua/plugins/markdown.lua diff --git a/lua/plugins/override.lua b/lua/plugins/override.lua index 55d6385..76e94a6 100644 --- a/lua/plugins/override.lua +++ b/lua/plugins/override.lua @@ -1,8 +1,3 @@ -local opt = vim.opt -opt.tabstop = 4 -opt.smartindent = true -opt.shiftwidth = 4 -opt.expandtab = true return { { "LazyVim/LazyVim", @@ -10,13 +5,4 @@ return { colorscheme = "everforest", }, }, - { - "nvim-treesitter/nvim-treesitter", - opts = { - tabstop = 4, - smartindent = true, - shiftwidth = 4, - expandtab = true, - }, - }, } diff --git a/lua/plugins/everforest-nvim.lua b/lua/plugins/theme.lua similarity index 100% rename from lua/plugins/everforest-nvim.lua rename to lua/plugins/theme.lua