Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
40cf47632b
2 changed files with 8 additions and 2 deletions
|
|
@ -52,3 +52,8 @@
|
||||||
ff = only
|
ff = only
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ nvim_lsp.gopls.setup({
|
||||||
})
|
})
|
||||||
nvim_lsp.pyright.setup({ on_attach = on_attach })
|
nvim_lsp.pyright.setup({ on_attach = on_attach })
|
||||||
|
|
||||||
nvim_lsp.clangd.setup({ on_attach = on_attach })
|
--nvim_lsp.clangd.setup({ on_attach = on_attach })
|
||||||
nvim_lsp.tsserver.setup {
|
nvim_lsp.tsserver.setup {
|
||||||
cmd = { "/home/barak/.yarn/bin/typescript-language-server", "--stdio" }
|
cmd = { "/home/barak/.yarn/bin/typescript-language-server", "--stdio" }
|
||||||
}
|
}
|
||||||
|
|
@ -417,8 +417,9 @@ require 'nvim-treesitter.configs'.setup {
|
||||||
"query",
|
"query",
|
||||||
"rust",
|
"rust",
|
||||||
"svelte",
|
"svelte",
|
||||||
"typescript",
|
"terraform",
|
||||||
"toml",
|
"toml",
|
||||||
|
"typescript",
|
||||||
"vim",
|
"vim",
|
||||||
"yaml",
|
"yaml",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue