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.
|
-- 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
|
||||||
|
|
|
@ -80,7 +80,5 @@ vim.defer_fn(function()
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end, 0)
|
end, 0)
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue