Compare commits
No commits in common. "b8a83927ab8e4da2bcfd086cbcda632712ca8e6c" and "c89e372140d61243b3423e2be68aeab17ae7df1e" have entirely different histories.
b8a83927ab
...
c89e372140
@ -51,11 +51,6 @@ end
|
|||||||
vim.opt.rtp:prepend(lazypath)
|
vim.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
ui = {
|
|
||||||
border = "rounded",
|
|
||||||
},
|
|
||||||
spec = {
|
|
||||||
{ import = "valeth.plugins" },
|
{ import = "valeth.plugins" },
|
||||||
{ import = "valeth.plugins.lsp" },
|
{ import = "valeth.plugins.lsp" },
|
||||||
}
|
|
||||||
})
|
})
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
return {
|
return {
|
||||||
"wakatime/vim-wakatime",
|
"wakatime/vim-wakatime",
|
||||||
event = function()
|
cond = function()
|
||||||
if os.getenv("WAKATIME_HOME") then
|
return not (os.getenv("WAKATIME_HOME") == nil)
|
||||||
return { "VimEnter" }
|
|
||||||
else
|
|
||||||
return {}
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user