mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 11:40:07 +02:00
update lua line style
This commit is contained in:
parent
c1f16ee01e
commit
3b058b47b6
2 changed files with 5 additions and 5 deletions
|
@ -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" },
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue