mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
update config vsocde-neovim
This commit is contained in:
parent
4489edebab
commit
3edacc24b8
5 changed files with 6 additions and 35 deletions
4
init.lua
4
init.lua
|
@ -1,13 +1,13 @@
|
|||
if vim.g.vscode then
|
||||
-- config vscode
|
||||
Map = vim.keymap.set
|
||||
Cmd = vim.cmd
|
||||
VSCodeNotify = vim.fn.VSCodeNotify
|
||||
VSCodeCall = vim.fn.VSCodeCall
|
||||
|
||||
-- require("vscode.options")
|
||||
require("vscode.functions")
|
||||
require("vscode.mappings")
|
||||
-- vim.cmd([[source C:\\Users\\Asep\\AppData\\Local\\nvim\\settings.vim]])
|
||||
else
|
||||
-- config neovim
|
||||
require("core")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue