minor updates to nvim

This commit is contained in:
Solomon Laing 2023-03-10 08:05:39 +10:30
parent 0f9a9af4a6
commit 27533e8f07
2 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,6 @@ return {
"williamboman/mason-lspconfig.nvim", "williamboman/mason-lspconfig.nvim",
"hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-nvim-lsp",
}, },
---@type lspconfig.options
opts = { opts = {
-- options for vim.diagnostic.config() -- options for vim.diagnostic.config()
diagnostics = { diagnostics = {

View File

@ -106,8 +106,8 @@ return {
}, },
}, },
lualine_x = {}, lualine_x = {},
-- lualine_y = { search_result, "filetype" }, lualine_y = { search_result, "filetype" },
lualine_y = { "filetype " }, -- lualine_y = { "filetype " },
lualine_z = { "%l:%c", "%p%%/%L" }, lualine_z = { "%l:%c", "%p%%/%L" },
}), }),
} }