mirror of
https://github.com/Ascyii/nvim.git
synced 2026-01-01 04:04:24 -05:00
Init from other configuration repository. This is just a backup and will be refactored soon
This commit is contained in:
9
lua/plugins/init.lua
Normal file
9
lua/plugins/init.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local plugins = {}
|
||||
|
||||
if vim.g.diffm then
|
||||
vim.list_extend(plugins, require("plugins.diff"))
|
||||
else
|
||||
vim.list_extend(plugins, require("plugins.main"))
|
||||
end
|
||||
|
||||
return plugins
|
||||
Reference in New Issue
Block a user