fix ts_ls thing, update lualine path

This commit is contained in:
2024-09-07 11:30:51 +03:00
parent a33c92ce5b
commit 6d91d0c963
3 changed files with 70 additions and 51 deletions

View File

@@ -51,7 +51,10 @@ return {
},
sections = {
lualine_c = {
'filename',
{
'filename',
path = 4,
},
function()
return require("nvim-treesitter").statusline({
indicator_size = 70,
@@ -64,3 +67,4 @@ return {
})
end
}