Skip to content

Commit 07ab6f6

Browse files
committed
tmux_lualine is broken after latest neovim updates
Signed-off-by: abzcoding <abzcoding@gmail.com>
1 parent 497d215 commit 07ab6f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lsp-settings/pyright.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"python.analysis.typeCheckingMode": "basic"
2+
"python.analysis.typeCheckingMode": "off"
33
}

lua/user/custom_user.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ M.config = function()
1010

1111
lvim.builtin.lsp_lines = true
1212
vim.diagnostic.config { virtual_lines = false } -- i only want to use it explicitly ( by calling the toggle function)
13-
lvim.builtin.tmux_lualine = true
13+
lvim.builtin.tmux_lualine = false
1414
if lvim.builtin.tmux_lualine then
1515
vim.opt.cmdheight = 0
1616
vim.opt.laststatus = 0

0 commit comments

Comments
 (0)