mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
fix: disable format if lsp undefined
This commit is contained in:
parent
8dee08aca6
commit
9fd84a85f3
6 changed files with 30 additions and 5 deletions
|
@ -26,7 +26,7 @@ vim.g.pcode_colorscheme = "tokyonight"
|
|||
-- dracula
|
||||
-- nightfox
|
||||
-- 0 =off 1= on
|
||||
vim.g.pcode_transparent_mode = 0
|
||||
vim.g.pcode_transparent_mode = 1
|
||||
|
||||
-- 0 disable progress
|
||||
-- 1 lualine lsp progress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue