setup todo-comments
This commit is contained in:
parent
90c09f99ff
commit
36c6cdd901
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ require("gitsigns").setup()
|
|||
-- autopairs
|
||||
require('nvim-autopairs').setup{}
|
||||
|
||||
require('todo-comments').setup{}
|
||||
|
||||
-- copy to system clipboard
|
||||
vim.api.nvim_set_keymap( 'v', '<Leader>y', '"+y', {noremap = true})
|
||||
vim.api.nvim_set_keymap( 'n', '<Leader>y', ':%+y<CR>', {noremap = true})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue