mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): todo-comments
This commit is contained in:
parent
bc965c7ac0
commit
5b82cb241d
3 changed files with 68 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ require "packer".startup(function(use)
|
|||
use { "hrsh7th/nvim-cmp",
|
||||
requires = { "hrsh7th/cmp-nvim-lsp", "L3MON4D3/LuaSnip", "saadparwaiz1/cmp_luasnip" },
|
||||
}
|
||||
use "rafamadriz/friendly-snippets"
|
||||
use "rafamadriz/friendly-snippets"
|
||||
use { "folke/todo-comments.nvim", requires = "nvim-lua/plenary.nvim" }
|
||||
use {
|
||||
"akinsho/toggleterm.nvim",
|
||||
tag = '*',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue