diff --git a/init.lua b/init.lua index d78439a..0daff3c 100644 --- a/init.lua +++ b/init.lua @@ -404,7 +404,6 @@ 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 -- many times. - -- -- In this case, we create a function that lets us more easily define mappings specific -- for LSP related items. It sets the mode, buffer and description for us each time. local nmap = function(keys, func, desc)