2 files changed,
2 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-02-10 13:31:57 +0200
Parent:
732a19d
jump to
| M | lua/core/lazy.lua |
| M | lua/plugins/lualine.lua |
M
lua/core/lazy.lua
@@ -13,6 +13,7 @@
require("lazy").setup("plugins", { defaults = { lazy = true }, dev = { path = "~/code" }, + install = { colorscheme = { "tokyonight-night" } }, performance = { rtp = { disabled_plugins = {
M
lua/plugins/lualine.lua
@@ -40,7 +40,7 @@ disabled_filetypes = {
"NvimTree", "TelescopePrompt", "NeogitStatus", - "packer", + "lazy", }, }, sections = {