Updated plugin lazy configs

This commit is contained in:
Michael Housh
2023-10-06 17:57:25 -04:00
parent 3fcb57d090
commit ce99e7dd76
7 changed files with 13 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ return {
dependencies = {
'akinsho/toggleterm.nvim'
},
event = { 'BufReadPre', 'BufNewFile' },
config = function()
require('swift').setup()
local default_options = { noremap = true, silent = true }