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) vim.opt.rtp:prepend(lazypath)
require("lazy").setup({ require("lazy").setup({
ui = { { import = "valeth.plugins" },
border = "rounded", { import = "valeth.plugins.lsp" },
},
spec = {
{ import = "valeth.plugins" },
{ import = "valeth.plugins.lsp" },
}
}) })

View File

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