mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-15 11:54:28 +02:00
enc: upgrade v2 to v2.5
This commit is contained in:
parent
68ea712b98
commit
609234c086
443 changed files with 5224 additions and 90746 deletions
3
init.lua
3
init.lua
|
@ -1,4 +1,3 @@
|
|||
-- PERF fully optimized
|
||||
if vim.g.vscode then
|
||||
-- config vscode
|
||||
Map = vim.keymap.set
|
||||
|
@ -11,5 +10,5 @@ if vim.g.vscode then
|
|||
require("_vscode.mappings")
|
||||
else
|
||||
-- config neovim
|
||||
require("core")
|
||||
require("pcode.core")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue