Compare commits

..

No commits in common. "2784989570331d494a2afc6b1faec353493f2806" and "b7b805319101d45a7ce44cab095cf06164079b60" have entirely different histories.

3 changed files with 0 additions and 5 deletions

View File

@ -1,5 +1,4 @@
return {
-- TODO: v0.10.0 Added built-in |commenting| support.
'terrortylor/nvim-comment',
config = function()
require('nvim_comment').setup({

View File

@ -181,9 +181,6 @@ return {
vim.keymap.set('n', '<leader>rn', vim.lsp.buf.rename, opts)
-- Help mappings
-- TODO: v0.10.0 |vim.lsp.start()| now maps |K| to use
-- |vim.lsp.buf.hover()| if the server supports it, unless
-- |'keywordprg'| was customized before calling |vim.lsp.start()|.
vim.keymap.set('n', 'K', vim.lsp.buf.hover, opts)
vim.keymap.set('i', '<C-h>', vim.lsp.buf.signature_help, opts)

View File

@ -45,7 +45,6 @@ return {
'llvm',
'lua',
'make',
'markdown',
'meson',
'ninja',
'objc',