Use your favorite package manager:
{ 'judaew/macports.nvim', branch = 'legacy' },
use { 'judaew/macports.nvim', branch = 'legacy' }
Plug 'judaew/macports.nvim', { 'branch': 'legacy' }
Completion with completefunc can trigger in insert mode with <C-x><C-u>. To enable, add the following option:
-- For init.lua
vim.g.macports_completefunc = 1
" For init.vim
let g:macports_completefunc = 1
Snippets are in the ../snippets
directory. To enable snippets for
vim-vsnip:
-- For init.lua
vim.g.macports_snippets = 1
" For init.vim
let g:macports_snippets = 1