adding additional plugins
This commit is contained in:
parent
66c760bf9a
commit
50a0ab51b6
2 changed files with 81 additions and 84 deletions
|
|
@ -3,8 +3,7 @@
|
|||
-- Use your language server to automatically format your code on save.
|
||||
-- Adds additional commands as well to manage the behavior
|
||||
|
||||
return {
|
||||
'neovim/nvim-lspconfig',
|
||||
return { 'neovim/nvim-lspconfig',
|
||||
config = function()
|
||||
-- Switch for controlling whether you want autoformatting.
|
||||
-- Use :KickstartFormatToggle to toggle autoformatting on or off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue