remove lsp-attached print
This commit is contained in:
parent
85d09900f6
commit
71037d5916
|
@ -6,8 +6,6 @@ local on_attach = function(_, bufnr)
|
||||||
-- In this case, we create a function that lets us more easily define mappings specific
|
-- 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.
|
-- for LSP related items. It sets the mode, buffer and description for us each time.
|
||||||
|
|
||||||
print('RUNNING LSP ATTACHMENT')
|
|
||||||
|
|
||||||
local nmap = function(keys, func, desc)
|
local nmap = function(keys, func, desc)
|
||||||
if desc then
|
if desc then
|
||||||
desc = 'LSP: ' .. desc
|
desc = 'LSP: ' .. desc
|
||||||
|
|
Loading…
Reference in New Issue