Compare commits
2 Commits
4b8ae07386
...
f7120df53b
| Author | SHA1 | Date | |
|---|---|---|---|
| f7120df53b | |||
| add0be5d00 |
@ -36,3 +36,9 @@ opt.showbreak = '++'
|
|||||||
opt.breakindent = true
|
opt.breakindent = true
|
||||||
opt.linebreak = true
|
opt.linebreak = true
|
||||||
opt.termguicolors = true
|
opt.termguicolors = true
|
||||||
|
|
||||||
|
-- Remove autoformatting of
|
||||||
|
-- 't' text using textwidth
|
||||||
|
-- 'c' comments using textwidth
|
||||||
|
opt.formatoptions:remove('t')
|
||||||
|
opt.formatoptions:remove('c')
|
||||||
|
|||||||
@ -91,6 +91,7 @@ return {
|
|||||||
analysis = {
|
analysis = {
|
||||||
useLibraryCodeForTypes = true,
|
useLibraryCodeForTypes = true,
|
||||||
typeCheckingMode = "basic",
|
typeCheckingMode = "basic",
|
||||||
|
configPath = vim.fn.expand('./pyrightconfig.json')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
0
nvim/lua/config/plugins/lsp/pyrightconfig.json
Normal file
0
nvim/lua/config/plugins/lsp/pyrightconfig.json
Normal file
Reference in New Issue
Block a user