Skip to content

Commit

Permalink
Put 'nvim' vimscript code behind flag (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden authored Nov 18, 2024
1 parent 83e30b2 commit 61165b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugin/tinted-vim.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ if exists('g:tinted-vim')
endif
let g:loaded_yourplugin = 1

" Load the Lua code
lua require('tinted-vim')
if has('nvim')
" Load the Lua code
lua require('tinted-vim')
endif

0 comments on commit 61165b1

Please sign in to comment.