remove lsp-attach function as it is created in utils. updated code comment
This commit is contained in:
parent
7e03113c49
commit
fe2527ba47
2 changed files with 2 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue