mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
svelte plugins for nvim plus gitconfig changes
This commit is contained in:
@@ -14,6 +14,8 @@ for _, lsp in ipairs(servers) do
|
||||
}
|
||||
end
|
||||
|
||||
lspconfig.svelte.setup{}
|
||||
|
||||
lspconfig.rust_analyzer.setup({
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
|
||||
@@ -62,6 +62,18 @@ local plugins = {
|
||||
lazy = false,
|
||||
},
|
||||
|
||||
{
|
||||
"othree/html5.vim",
|
||||
},
|
||||
|
||||
{
|
||||
"pangloss/vim-javascript",
|
||||
},
|
||||
|
||||
{
|
||||
"evanleck/vim-svelte",
|
||||
},
|
||||
|
||||
{
|
||||
"max397574/better-escape.nvim",
|
||||
event = "InsertEnter",
|
||||
|
||||
Reference in New Issue
Block a user