added support if nvim extention is being used in vscode
Signed-off-by: Sumanth Lingappa <sumanth.lingappa@gmail.com>
This commit is contained in:
parent
5aeddfdd5d
commit
687e27f12a
1 changed files with 5 additions and 0 deletions
5
init.lua
5
init.lua
|
|
@ -1,3 +1,8 @@
|
||||||
|
-- if this file is opened in a vscode, exit from here
|
||||||
|
if vim.g.vscode then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
|
||||||
=====================================================================
|
=====================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue