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

@@ -18,7 +18,7 @@ return {
-- TIP: `nvim-lspconfig` has default LSP configs in its DB which saves time
-- Useful even after NeoVim 0.11, which made LSP setup much easier
-- Configs in `nvim/lsp/*` are APPENDED to each LSP setup here
-- Configs in ../../lsp/* are APPENDED to each LSP setup here
require("mason-lspconfig").setup({
handlers = {
function(server_name)