From 3b058b47b65ccf4d483d16dc9e92511592e441ba Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Sun, 29 Jan 2023 18:23:29 +0700 Subject: [PATCH] update lua line style --- lazy-lock.json | 2 +- lua/user/lualine.lua | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lazy-lock.json b/lazy-lock.json index 7e8cb35..82d0037 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -43,7 +43,7 @@ "nvim-scrollview": { "branch": "main", "commit": "ba6c48bf7919dd48a371e7b9c683b8858053e885" }, "nvim-tree.lua": { "branch": "master", "commit": "7282f7de8aedf861fe0162a559fc2b214383c51c" }, "nvim-treesitter": { "branch": "master", "commit": "8e763332b7bf7b3a426fd8707b7f5aa85823a5ac" }, - "nvim-treesitter-textobjects": { "branch": "master", "commit": "71cee2f7b1211fe35918ce5fd0f626c48d9c1e3d" }, + "nvim-treesitter-textobjects": { "branch": "master", "commit": "9011d333aa411ae71ca8762ca3a277ce6b9e6527" }, "nvim-ts-autotag": { "branch": "main", "commit": "fdefe46c6807441460f11f11a167a2baf8e4534b" }, "nvim-ts-context-commentstring": { "branch": "main", "commit": "a0f89563ba36b3bacd62cf967b46beb4c2c29e52" }, "nvim-ts-rainbow": { "branch": "master", "commit": "ef95c15a935f97c65a80e48e12fe72d49aacf9b9" }, diff --git a/lua/user/lualine.lua b/lua/user/lualine.lua index 18784c9..038d0a7 100644 --- a/lua/user/lualine.lua +++ b/lua/user/lualine.lua @@ -176,10 +176,10 @@ lualine.setup({ theme = "auto", --component_separators = { left = "", right = "" }, --section_separators = { left = "", right = "" }, - --component_separators = { left = "", right = "" }, - --section_separators = { left = "", right = "" }, - component_separators = { left = "", right = "" }, - section_separators = { left = " ", right = " " }, + component_separators = { left = "", right = "" }, + section_separators = { left = "", right = "" }, + -- component_separators = { left = "", right = "" }, + -- section_separators = { left = " ", right = " " }, disabled_filetypes = { "TelescopePrompt",