1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2024-12-29 19:32:05 +01:00
presence.nvim/plugin/presence.vim

8 lines
223 B
VimL
Raw Permalink Normal View History

2021-01-03 10:08:17 +01:00
" Fallback to setting up the plugin automatically
if !exists("g:presence_has_setup")
lua << EOF
local Presence = require("presence"):setup()
Presence.log:debug("Custom setup not detected, using defaults")
2021-01-03 10:08:17 +01:00
EOF
endif