mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 01:39:54 +01:00
tmux bar
This commit is contained in:
@@ -65,6 +65,7 @@ local virtual_env = function()
|
|||||||
end
|
end
|
||||||
|
|
||||||
require("lualine").setup {
|
require("lualine").setup {
|
||||||
|
laststatus = 0,
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = true,
|
icons_enabled = true,
|
||||||
theme = "auto",
|
theme = "auto",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"aserowy/tmux.nvim",
|
"vimpostor/vim-tpipeline",
|
||||||
config = function() return require("tmux").setup() end
|
-- config = function () require("tpipeline") end
|
||||||
}, {
|
}, {
|
||||||
"aznhe21/actions-preview.nvim",
|
"aznhe21/actions-preview.nvim",
|
||||||
config = function() require("actions-preview") end
|
config = function() require("actions-preview") end
|
||||||
|
|||||||
Reference in New Issue
Block a user