remove lsp-attach function as it is created in utils. updated code comment

This commit is contained in:
Micah Effiong 2023-06-08 01:23:58 +01:00
parent 7e03113c49
commit fe2527ba47
2 changed files with 2 additions and 45 deletions

View file

@ -1,3 +1,5 @@
-- [[ Configure LSP ]]
-- This function gets run when an LSP connects to a particular buffer.
local on_attach = function(_, bufnr)
-- NOTE: Remember that lua is a real programming language, and as such it is possible
-- to define small helper and utility functions so you don't have to repeat yourself