mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fix(nvim): cmp finally stopped jumping around
This commit is contained in:
parent
859e77550e
commit
d2c8493f28
10 changed files with 61 additions and 109 deletions
|
|
@ -28,7 +28,7 @@ require "lualine".setup({
|
|||
inactive_sections = {
|
||||
lualine_a = {},
|
||||
lualine_b = {},
|
||||
lualine_c = { 'filename' },
|
||||
lualine_c = { { 'filename', path = 2 } },
|
||||
lualine_x = { 'location' },
|
||||
lualine_y = {},
|
||||
lualine_z = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue