|
|
@ -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
|
|
|
|