We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497d215 commit 07ab6f6Copy full SHA for 07ab6f6
lsp-settings/pyright.json
@@ -1,3 +1,3 @@
1
{
2
- "python.analysis.typeCheckingMode": "basic"
+ "python.analysis.typeCheckingMode": "off"
3
}
lua/user/custom_user.lua
@@ -10,7 +10,7 @@ M.config = function()
10
11
lvim.builtin.lsp_lines = true
12
vim.diagnostic.config { virtual_lines = false } -- i only want to use it explicitly ( by calling the toggle function)
13
- lvim.builtin.tmux_lualine = true
+ lvim.builtin.tmux_lualine = false
14
if lvim.builtin.tmux_lualine then
15
vim.opt.cmdheight = 0
16
vim.opt.laststatus = 0
0 commit comments