minor updates to nvim
This commit is contained in:
parent
0f9a9af4a6
commit
27533e8f07
@ -10,7 +10,6 @@ return {
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
},
|
||||
---@type lspconfig.options
|
||||
opts = {
|
||||
-- options for vim.diagnostic.config()
|
||||
diagnostics = {
|
||||
|
||||
@ -106,8 +106,8 @@ return {
|
||||
},
|
||||
},
|
||||
lualine_x = {},
|
||||
-- lualine_y = { search_result, "filetype" },
|
||||
lualine_y = { "filetype " },
|
||||
lualine_y = { search_result, "filetype" },
|
||||
-- lualine_y = { "filetype " },
|
||||
lualine_z = { "%l:%c", "%p%%/%L" },
|
||||
}),
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user