[nvim] gitsigns

This commit is contained in:
Dmitry Chumak
2025-03-13 19:48:19 +03:00
parent 63250216bb
commit 5b562a12da
6 changed files with 45 additions and 0 deletions

View File

@@ -113,6 +113,8 @@ require("lspconfig").bashls.setup { capabilities = capabilities, handlers = hand
}
require("lspconfig").pyright.setup { capabilities = capabilities, handlers = handlers,
on_attach = on_attach,
-- more details on configuring pyright can be found here
-- https://microsoft.github.io/pyright/#/settings?id=pyright-settings
settings = {
python = {
analysis = {