This commit is contained in:
asep komarudin 2023-11-11 20:58:21 +07:00
parent a966d96c85
commit 1aefe74b10
2 changed files with 5 additions and 2 deletions

View file

@ -24,7 +24,7 @@
"mason.nvim": { "branch": "main", "commit": "41e75af1f578e55ba050c863587cffde3556ffa6" }, "mason.nvim": { "branch": "main", "commit": "41e75af1f578e55ba050c863587cffde3556ffa6" },
"mini.animate": { "branch": "main", "commit": "230140aa0b06af87c9d345573aab1aaf50d8b539" }, "mini.animate": { "branch": "main", "commit": "230140aa0b06af87c9d345573aab1aaf50d8b539" },
"mini.indentscope": { "branch": "main", "commit": "c8fdafa7bf603d758986a27eb546c55a5c73b1a3" }, "mini.indentscope": { "branch": "main", "commit": "c8fdafa7bf603d758986a27eb546c55a5c73b1a3" },
"neoscroll.nvim": { "branch": "master", "commit": "4bc0212e9f2a7bc7fe7a6bceb15b33e39f0f41fb" }, "neoscroll.nvim": { "branch": "master", "commit": "e85740d1a54ab0f10127b08c67a291053bc3acfa" },
"null-ls.nvim": { "branch": "main", "commit": "0010ea927ab7c09ef0ce9bf28c2b573fc302f5a7" }, "null-ls.nvim": { "branch": "main", "commit": "0010ea927ab7c09ef0ce9bf28c2b573fc302f5a7" },
"nvim-autopairs": { "branch": "master", "commit": "0f04d78619cce9a5af4f355968040f7d675854a1" }, "nvim-autopairs": { "branch": "master", "commit": "0f04d78619cce9a5af4f355968040f7d675854a1" },
"nvim-cmp": { "branch": "main", "commit": "0b751f6beef40fd47375eaf53d3057e0bfa317e4" }, "nvim-cmp": { "branch": "main", "commit": "0b751f6beef40fd47375eaf53d3057e0bfa317e4" },

View file

@ -70,8 +70,11 @@ vim.g.pcode_status_icon = 1
-- }, -- },
-- } -- }
vim.g.pcode_custom_lualine = true vim.g.pcode_custom_lualine = true
-- vim.g.pcode_component_separators = { left = " ", right = " " }
-- vim.g.pcode_section_separators = { left = "", right = " " }
-- vim.g.pcode_component_separators = { left = "│", right = "│" }
vim.g.pcode_component_separators = { left = " ", right = " " } vim.g.pcode_component_separators = { left = " ", right = " " }
vim.g.pcode_section_separators = { left = "", right = "" } vim.g.pcode_section_separators = { left = " ", right = " " }
-- 0 ( format jalan) 1 (fromat off) -- 0 ( format jalan) 1 (fromat off)
vim.g.pcode_format_on_save = 1 vim.g.pcode_format_on_save = 1