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)
|
||||
|
||||
require("lazy").setup({
|
||||
ui = {
|
||||
border = "rounded",
|
||||
},
|
||||
spec = {
|
||||
{ import = "valeth.plugins" },
|
||||
{ import = "valeth.plugins.lsp" },
|
||||
}
|
||||
})
|
||||
|
@ -1,10 +1,6 @@
|
||||
return {
|
||||
"wakatime/vim-wakatime",
|
||||
event = function()
|
||||
if os.getenv("WAKATIME_HOME") then
|
||||
return { "VimEnter" }
|
||||
else
|
||||
return {}
|
||||
end
|
||||
cond = function()
|
||||
return not (os.getenv("WAKATIME_HOME") == nil)
|
||||
end
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user