mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 00:25:47 +02:00
fix: error conflict vscode folder
This commit is contained in:
parent
da416417d8
commit
836ac75161
4 changed files with 4 additions and 4 deletions
4
init.lua
4
init.lua
|
@ -6,8 +6,8 @@ if vim.g.vscode then
|
|||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue