1
Fork 0

Fix vesktop opening in the wrong workspace + add okular

This commit is contained in:
prescientmoon 2024-10-25 22:56:54 +02:00
parent 52ba0b9df2
commit 2b082e9808
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
5 changed files with 10 additions and 56 deletions
home/features/neovim/config/lua/my

View file

@ -7,6 +7,11 @@ end
function M.setup()
require("lazy").setup({
require("my.themes"),
{
dir = "/home/moon/projects/sibilantmoon/vim",
ft = "sibilantmoon",
name = "sibilantmoon",
},
unpack(require("nix").lazy),
}, {
defaults = { lazy = true },