moved from packer to lazy
This commit is contained in:
+19
-12
@@ -1,24 +1,31 @@
|
||||
local setup = require("plugins.setup")
|
||||
local package_manager = require("plugins.lazy")
|
||||
local config = require("plugins.config")
|
||||
|
||||
setup.install_packer()
|
||||
setup.install_plugins()
|
||||
package_manager.bootstrap()
|
||||
package_manager.install_plugins()
|
||||
|
||||
config.auto_session()
|
||||
-- KEEPING
|
||||
config.rnvimr()
|
||||
config.fzf()
|
||||
config.fzf_checkout()
|
||||
--config.harpoon()
|
||||
config.hop()
|
||||
config.nvim_fzf()
|
||||
config.gitsigns()
|
||||
config.auto_session()
|
||||
config.undotree()
|
||||
config.indent_blankline()
|
||||
config.lualine()
|
||||
config.nvim_autopairs()
|
||||
config.nvim_fzf()
|
||||
config.nvim_treesitter()
|
||||
config.rnvimr()
|
||||
config.tokyonight()
|
||||
config.gitsigns()
|
||||
|
||||
-- UPDATING
|
||||
config.hop()
|
||||
config.rustaceanvim()
|
||||
|
||||
-- LSP STUFF
|
||||
config.nvim_autopairs()
|
||||
config.luasnip()
|
||||
config.lsp_zero()
|
||||
config.null_ls()
|
||||
config.undotree()
|
||||
config.rustaceanvim()
|
||||
|
||||
-- REMOVING
|
||||
--config.harpoon()
|
||||
|
||||
Reference in New Issue
Block a user