😎 Implements rootiest.nvim plugin

- Remove rootiest module
- import through new rootiest.nvim plugin
- See: https://github.com/rootiest/rootiest.nvim
This commit is contained in:
2024-07-25 05:51:27 -04:00
parent 05670570f1
commit 994eae073b
11 changed files with 104 additions and 403 deletions
+1
View File
@@ -20,6 +20,7 @@ vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
require("lazy").setup({
spec = {
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
{ import = "config.rootiest" }, -- Rootiest Plugin
{ import = "plugins" }, -- General Plugins
},
defaults = { lazy = false, version = false },