Added swift.nvim plugin

This commit is contained in:
Michael Housh
2023-09-24 15:14:07 -04:00
parent ab1a45d421
commit 437b4f5002
5 changed files with 30 additions and 52 deletions

View File

@@ -15,4 +15,12 @@ vim.opt.rtp:prepend(lazypath)
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
require("lazy").setup('plugin-config')
require("lazy").setup(
'plugin-config',
{
dev = {
path = '~/LocalProjects/plugins',
fallback = true
}
}
)