Fix configs

This commit is contained in:
Ismo Vuorinen
2023-02-16 17:05:13 +02:00
parent e3fa6772f0
commit 9929616f55
4 changed files with 31 additions and 80 deletions

View File

@@ -1,8 +1,4 @@
return {
-- You can disable default plugins as follows:
["goolord/alpha-nvim"] = { disable = false },
["max397574/better-escape.nvim"] = { disable = false },
-- You can also add new plugins here as well:
["wakatime/vim-wakatime"] = {
opt = true,
setup = function() table.insert(astronvim.file_plugins, "vim-wakatime") end,