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