mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
update config integrasion vscode
This commit is contained in:
parent
a677ddbf4a
commit
35279181d6
4 changed files with 27 additions and 7 deletions
6
init.lua
6
init.lua
|
@ -1 +1,5 @@
|
|||
require("core")
|
||||
if vim.g.vscode then
|
||||
vim.cmd([[source C:\\Users\\Asep\\AppData\\Local\\nvim\\settings.vim]])
|
||||
else
|
||||
require("core")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue