add: update config neovide

This commit is contained in:
asep.komarudin 2024-05-21 22:37:48 +07:00
parent d1e7d99d27
commit f00aeb3add
7 changed files with 250 additions and 253 deletions

View file

@ -1,14 +1,14 @@
if vim.g.vscode then
-- config vscode
Map = vim.keymap.set
Cmd = vim.cmd
-- config vscode
Map = vim.keymap.set
Cmd = vim.cmd
VSCodeNotify = vim.fn.VSCodeNotify
VSCodeCall = vim.fn.VSCodeCall
VSCodeNotify = vim.fn.VSCodeNotify
VSCodeCall = vim.fn.VSCodeCall
require("vscode.functions")
require("vscode.mappings")
require "vscode.functions"
require "vscode.mappings"
else
-- config neovim
require("core")
-- config neovim
require "core"
end