mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 13:34:28 +02:00
add: lualine theme
This commit is contained in:
parent
c33971749e
commit
c575f0b93f
5 changed files with 96 additions and 5 deletions
|
@ -27,9 +27,11 @@ vim.g.pcode_colorscheme = "dracula"
|
|||
-- 0 =off 1= on
|
||||
vim.g.pcode_transparent_mode = 0
|
||||
-- rounded
|
||||
-- roundedall
|
||||
-- square
|
||||
-- triangle
|
||||
-- default
|
||||
vim.g.pcode_lualinetheme = "rounded"
|
||||
vim.g.pcode_lualinetheme = "roundedall"
|
||||
-- 0 disable progress
|
||||
-- 1 lualine lsp progress
|
||||
-- 2 fidget progress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue