chore: format and cleanup
This commit is contained in:
@@ -2,18 +2,17 @@
|
||||
--$ URL: https://github.com/williamboman/mason.nvim
|
||||
--$ :Mason
|
||||
return {
|
||||
{
|
||||
"mason-org/mason-lspconfig.nvim",
|
||||
opts = {},
|
||||
dependencies = {
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
|
||||
config = function()
|
||||
require("mason").setup()
|
||||
end,
|
||||
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
--C / C++
|
||||
"clangd",
|
||||
"clang-format",
|
||||
"codelldb",
|
||||
},
|
||||
"neovim/nvim-lspconfig",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -29,4 +29,5 @@ function LineNumberColors()
|
||||
vim.api.nvim_set_hl(0, "LineNr", { fg = "white", bold = true })
|
||||
vim.api.nvim_set_hl(0, "LineNrBelow", { fg = "#FB508F", bold = true })
|
||||
end
|
||||
|
||||
LineNumberColors()
|
||||
|
||||
Reference in New Issue
Block a user