Fix vesktop opening in the wrong workspace + add okular
This commit is contained in:
parent
52ba0b9df2
commit
2b082e9808
5 changed files with 10 additions and 56 deletions
home/features/neovim/config/lua/my
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue