docs(neovim): Code comments improved

This commit is contained in:
Pratik Tripathy
2025-09-01 16:55:09 +05:30
parent 6054fa7c2a
commit 06d2c98119
6 changed files with 15 additions and 20 deletions

View File

@@ -24,18 +24,6 @@ vim.lsp.enable({
"yamlls",
})
-- TIP: On new systems, install these through Mason
-- They aren't usually found on either OS installer or brew-linux
---@diagnostic disable-next-line: unused-local
local to_installed = vim.tbl_keys({
"codelldb",
"css-lsp",
"docker-compose-language-service",
"html-lsp",
"json-lsp",
"sqlls",
})
-- Setup native diagnostic
vim.diagnostic.config({
underline = false,
@@ -49,10 +37,6 @@ vim.diagnostic.config({
enabled = true,
severity = { min = vim.diagnostic.severity.ERROR },
},
-- virtual_lines = {
-- current_line = true,
-- severity = { min = vim.diagnostic.severity.INFO },
-- },
})
-- Change diagnostic symbols in the sign column (gutter)