Bring back ther plugins

This commit is contained in:
Marcelo Jacobus 2025-06-29 20:55:05 -03:00
parent 348e81d292
commit 3f0ff8fff7
6 changed files with 3 additions and 12 deletions

2
lua/plugins/lualine.lua Normal file
View file

@ -0,0 +1,2 @@
return { "nvim-lualine/lualine.nvim"
}

View file

@ -1,7 +1,7 @@
return {
"folke/zen-mode.nvim",
config = function()
local map = LazyVim.safe_keymap_set
local map = vim.keymap.set
local cmd = function()
local zen = require("zen-mode")

View file

@ -1,11 +0,0 @@
return {
"nvim-lualine/lualine.nvim",
opts = function(_, opts)
opts.sections.lualine_c = {
{
"filename",
path = 1, -- 1 = display absolute path
},
}
end,
}