fix: namespace all local packages and modules
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
-- https://github.com/bluz71/vim-moonfly-colors
|
||||
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"bluz71/vim-moonfly-colors",
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
name = "moonfly",
|
||||
init = function()
|
||||
vim.g.moonflyNormalFloat = true
|
||||
vim.g.moonflyCursorColor = true
|
||||
vim.g.moonflyWinSeparator = 2
|
||||
vim.g.moonflyVirtualTextColor = true
|
||||
end,
|
||||
config = function()
|
||||
vim.cmd.colorscheme("moonfly")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user