enc: upgrade v2 to v2.5

This commit is contained in:
Pojok Code 2024-11-04 21:29:25 +07:00
parent 68ea712b98
commit 609234c086
443 changed files with 5224 additions and 90746 deletions

View file

@ -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