1
0

Compare commits

..

No commits in common. "b8a83927ab8e4da2bcfd086cbcda632712ca8e6c" and "c89e372140d61243b3423e2be68aeab17ae7df1e" have entirely different histories.

2 changed files with 4 additions and 13 deletions

View File

@ -51,11 +51,6 @@ end
vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
ui = {
border = "rounded",
},
spec = {
{ import = "valeth.plugins" },
{ import = "valeth.plugins.lsp" },
}
})

View File

@ -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
}