mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
enc: optimize lsp config & optimize foramat on save
This commit is contained in:
parent
618b816d52
commit
a3143f9ae0
12 changed files with 437 additions and 322 deletions
|
@ -10,9 +10,9 @@ local cmd, _ = pcall(require, "user.autocommands")
|
|||
if cmd then
|
||||
require("user.autocommands")
|
||||
end
|
||||
local onsave, _ = pcall(require, "user.format_onsave")
|
||||
if onsave then
|
||||
require("user.format_onsave")
|
||||
end
|
||||
-- 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