mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
8f8665c05f
commit
9cee99bf14
2 changed files with 6 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
|||
|
||||
local opts, _ = pcall(require, "user.options")
|
||||
if opts then
|
||||
require("user.options")
|
||||
end
|
||||
local key, _ = pcall(require, "user.keymaps")
|
||||
if key then
|
||||
require("user.keymaps")
|
||||
end
|
||||
-- local key, _ = pcall(require, "user.keymaps")
|
||||
-- if key then
|
||||
-- require("user.keymaps")
|
||||
-- end
|
||||
local cmd, _ = pcall(require, "user.autocommands")
|
||||
if cmd then
|
||||
require("user.autocommands")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue