svelte plugins for nvim plus gitconfig changes

This commit is contained in:
2024-02-18 22:09:49 +01:00
parent a40669e61c
commit b315c6ba08
3 changed files with 16 additions and 0 deletions

View File

@@ -14,3 +14,5 @@
sort = -committerdate
[maintenance]
repo = /home/mike/.dots
[init]
defaultBranch = main

View File

@@ -14,6 +14,8 @@ for _, lsp in ipairs(servers) do
}
end
lspconfig.svelte.setup{}
lspconfig.rust_analyzer.setup({
on_attach = on_attach,
capabilities = capabilities,

View File

@@ -62,6 +62,18 @@ local plugins = {
lazy = false,
},
{
"othree/html5.vim",
},
{
"pangloss/vim-javascript",
},
{
"evanleck/vim-svelte",
},
{
"max397574/better-escape.nvim",
event = "InsertEnter",