adding additional plugins
This commit is contained in:
parent
66c760bf9a
commit
50a0ab51b6
|
@ -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
|
||||
|
|
|
@ -80,7 +80,5 @@ vim.defer_fn(function()
|
|||
},
|
||||
}
|
||||
end, 0)
|
||||
|
||||
|
||||
end
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue