mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: config global variable
This commit is contained in:
parent
77436b89c4
commit
a7726a6b33
30 changed files with 703 additions and 857 deletions
|
@ -14,4 +14,5 @@ local onsave, _ = pcall(require, "user.format_onsave")
|
|||
if onsave then
|
||||
require("user.format_onsave")
|
||||
end
|
||||
vim.g.pcode_icons = require("user.icons")
|
||||
return {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue