Compare commits
2 Commits
b7b8053191
...
2784989570
Author | SHA1 | Date | |
---|---|---|---|
2784989570 | |||
53553c02f1 |
@ -1,4 +1,5 @@
|
|||||||
return {
|
return {
|
||||||
|
-- TODO: v0.10.0 Added built-in |commenting| support.
|
||||||
'terrortylor/nvim-comment',
|
'terrortylor/nvim-comment',
|
||||||
config = function()
|
config = function()
|
||||||
require('nvim_comment').setup({
|
require('nvim_comment').setup({
|
||||||
|
@ -181,6 +181,9 @@ return {
|
|||||||
vim.keymap.set('n', '<leader>rn', vim.lsp.buf.rename, opts)
|
vim.keymap.set('n', '<leader>rn', vim.lsp.buf.rename, opts)
|
||||||
|
|
||||||
-- Help mappings
|
-- 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('n', 'K', vim.lsp.buf.hover, opts)
|
||||||
vim.keymap.set('i', '<C-h>', vim.lsp.buf.signature_help, opts)
|
vim.keymap.set('i', '<C-h>', vim.lsp.buf.signature_help, opts)
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@ return {
|
|||||||
'llvm',
|
'llvm',
|
||||||
'lua',
|
'lua',
|
||||||
'make',
|
'make',
|
||||||
|
'markdown',
|
||||||
'meson',
|
'meson',
|
||||||
'ninja',
|
'ninja',
|
||||||
'objc',
|
'objc',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user