Compare commits
2 Commits
4b8ae07386
...
f7120df53b
| Author | SHA1 | Date | |
|---|---|---|---|
| f7120df53b | |||
| add0be5d00 |
@ -36,3 +36,9 @@ opt.showbreak = '++'
|
||||
opt.breakindent = true
|
||||
opt.linebreak = 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 = {
|
||||
useLibraryCodeForTypes = true,
|
||||
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