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