mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-14 22:56:12 +01:00
svelte plugins for nvim plus gitconfig changes
This commit is contained in:
@@ -14,3 +14,5 @@
|
||||
sort = -committerdate
|
||||
[maintenance]
|
||||
repo = /home/mike/.dots
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
@@ -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