mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Bring back ther plugins
This commit is contained in:
parent
348e81d292
commit
3f0ff8fff7
6 changed files with 3 additions and 12 deletions
2
lua/plugins/lualine.lua
Normal file
2
lua/plugins/lualine.lua
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
return { "nvim-lualine/lualine.nvim"
|
||||
}
|
||||
|
|
@ -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")
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
opts = function(_, opts)
|
||||
opts.sections.lualine_c = {
|
||||
{
|
||||
"filename",
|
||||
path = 1, -- 1 = display absolute path
|
||||
},
|
||||
}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue