Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 19, 2024
1 parent 234cefd commit 3c42890
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/dotvim/pkgs/theme/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ return {
require("dotvim.pkgs.theme.plugins.rose-pine"),
require("dotvim.pkgs.theme.plugins.cyberdream"),
require("dotvim.pkgs.theme.plugins.eldritch"),
require("dotvim.pkgs.theme.plugins.rasmus"),
},
setup = function()
if not vim.g.vscode then
Expand Down
5 changes: 5 additions & 0 deletions lua/dotvim/pkgs/theme/plugins/rasmus.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---@type dotvim.core.plugin.PluginOption
return {
"kvrohit/rasmus.nvim",
lazy = true,
}

0 comments on commit 3c42890

Please sign in to comment.