mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-29 20:14:28 +02:00
add: update config neovide
This commit is contained in:
parent
d1e7d99d27
commit
f00aeb3add
7 changed files with 250 additions and 253 deletions
18
init.lua
18
init.lua
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue