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