Compare commits
2 Commits
c89e372140
...
b8a83927ab
Author | SHA1 | Date | |
---|---|---|---|
b8a83927ab | |||
3b48153637 |
@ -51,6 +51,11 @@ end
|
|||||||
vim.opt.rtp:prepend(lazypath)
|
vim.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
{ import = "valeth.plugins" },
|
ui = {
|
||||||
{ import = "valeth.plugins.lsp" },
|
border = "rounded",
|
||||||
|
},
|
||||||
|
spec = {
|
||||||
|
{ import = "valeth.plugins" },
|
||||||
|
{ import = "valeth.plugins.lsp" },
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
return {
|
return {
|
||||||
"wakatime/vim-wakatime",
|
"wakatime/vim-wakatime",
|
||||||
cond = function()
|
event = function()
|
||||||
return not (os.getenv("WAKATIME_HOME") == nil)
|
if os.getenv("WAKATIME_HOME") then
|
||||||
|
return { "VimEnter" }
|
||||||
|
else
|
||||||
|
return {}
|
||||||
|
end
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user