added support if nvim extention is being used in vscode

Signed-off-by: Sumanth Lingappa <sumanth.lingappa@gmail.com>
This commit is contained in:
Sumanth Lingappa 2024-05-16 13:51:48 +05:30
parent 5aeddfdd5d
commit 687e27f12a
No known key found for this signature in database
GPG Key ID: 784C5DF072332712
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-- if this file is opened in a vscode, exit from here
if vim.g.vscode then
return
end
--[[
=====================================================================