Skip to content

Commit ac641aa

Browse files
committed
chore: formatting issues
1 parent f94330e commit ac641aa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

config/nvim/lua/lsp.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,12 @@ vim.lsp.enable("ruff")
113113
vim.lsp.config.basedpyright = {
114114
cmd = { "basedpyright-langserver", "--stdio" },
115115
filetypes = { "python" },
116-
root_markers = { "pyrightconfig.json", "pyproject.toml", "setup.py", ".git" },
116+
root_markers = {
117+
"pyrightconfig.json",
118+
"pyproject.toml",
119+
"setup.py",
120+
".git",
121+
},
117122
capabilities = capabilities,
118123
on_attach = on_attach,
119124
settings = {

0 commit comments

Comments
 (0)