From ffd09654cb396790ee05c87291cd1d911be9959f Mon Sep 17 00:00:00 2001 From: kkard2 Date: Thu, 28 Sep 2023 16:44:24 +0200 Subject: commentary and more vimish lualine --- nvim/lua/kkard2/lazy.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'nvim/lua/kkard2/lazy.lua') diff --git a/nvim/lua/kkard2/lazy.lua b/nvim/lua/kkard2/lazy.lua index e4029ef..13efaf0 100644 --- a/nvim/lua/kkard2/lazy.lua +++ b/nvim/lua/kkard2/lazy.lua @@ -31,7 +31,12 @@ require("lazy").setup({ }, { "nvim-lualine/lualine.nvim", - config = function() require("lualine").setup({}) end, + config = function() require("lualine").setup({ + options = { + component_separators = { left = " ", right = " " }, + section_separators = { left = " ", right = " " }, + }, + }) end, }, { "nvim-telescope/telescope.nvim", @@ -90,4 +95,6 @@ require("lazy").setup({ { "github/copilot.vim" }, { "https://tpope.io/vim/repeat.git" }, { "https://tpope.io/vim/surround.git" }, + -- i also don't know why the above ones are like this + { "tpope/vim-commentary" }, }) -- cgit v1.3.1