feat(nvim): disable lsp symbols on lualine
This commit is contained in:
parent
337107676d
commit
d29dddfb0f
1 changed files with 2 additions and 0 deletions
|
@ -6,10 +6,12 @@ vim.loader.enable()
|
||||||
|
|
||||||
-- Personal Config and LazyVim global options
|
-- Personal Config and LazyVim global options
|
||||||
go.lualine_info_extras = false
|
go.lualine_info_extras = false
|
||||||
|
go.snacks_animate = false
|
||||||
go.codeium_cmp_hide = false
|
go.codeium_cmp_hide = false
|
||||||
go.lazygit_config = false
|
go.lazygit_config = false
|
||||||
go.lazyvim_cmp = "blink"
|
go.lazyvim_cmp = "blink"
|
||||||
go.lazyvim_picker = "snacks"
|
go.lazyvim_picker = "snacks"
|
||||||
|
go.trouble_lualine = false
|
||||||
|
|
||||||
-- Define leader key
|
-- Define leader key
|
||||||
go.mapleader = " "
|
go.mapleader = " "
|
||||||
|
|
Loading…
Add table
Reference in a new issue