adding additional plugins

This commit is contained in:
gregladden 2024-01-19 00:55:35 -06:00
parent 66c760bf9a
commit 50a0ab51b6
2 changed files with 81 additions and 84 deletions

View File

@ -3,8 +3,7 @@
-- Use your language server to automatically format your code on save. -- Use your language server to automatically format your code on save.
-- Adds additional commands as well to manage the behavior -- Adds additional commands as well to manage the behavior
return { return { 'neovim/nvim-lspconfig',
'neovim/nvim-lspconfig',
config = function() config = function()
-- Switch for controlling whether you want autoformatting. -- Switch for controlling whether you want autoformatting.
-- Use :KickstartFormatToggle to toggle autoformatting on or off -- Use :KickstartFormatToggle to toggle autoformatting on or off

View File

@ -80,7 +80,5 @@ vim.defer_fn(function()
}, },
} }
end, 0) end, 0)
end end
} }