From 0a24fd671fab950a6bcce22c1919c40278abb4a3 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Sun, 7 Aug 2022 23:00:08 +0200 Subject: [PATCH] nvim: add lualine --- common/home-manager.nix | 2 +- common/nvim.lua | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/common/home-manager.nix b/common/home-manager.nix index 395285e..13cc22e 100644 --- a/common/home-manager.nix +++ b/common/home-manager.nix @@ -108,6 +108,7 @@ bufferline-nvim galaxyline-nvim indentLine + lualine-nvim neorg nvim-colorizer-lua nvim-compe @@ -118,7 +119,6 @@ onehalf pears-nvim plenary-nvim - Spacegray-vim vim-closetag vim-nix ]; diff --git a/common/nvim.lua b/common/nvim.lua index debccb7..0970cd4 100644 --- a/common/nvim.lua +++ b/common/nvim.lua @@ -49,6 +49,13 @@ opt.shortmess = "atI" require("nvim-tree").setup() +require("lualine").setup { + options = { + component_separators = { left = "", right = "" }, + section_separators = { left = "", right = "" }, + }, +} + require("nvim-treesitter.configs").setup { auto_install = true, highlight = {