mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-31 08:04:53 +02:00
avoiding OCD attack with the help of folke/todo-comments (#839)
This commit is contained in:
parent
5c76003228
commit
93379a2977
17 changed files with 20 additions and 19 deletions
|
@ -27,7 +27,7 @@ return require("packer").startup(function(use)
|
|||
-- Packer can manage itself as an optional plugin
|
||||
use "wbthomason/packer.nvim"
|
||||
|
||||
-- TODO refactor all of this (for now it works, but yes I know it could be wrapped in a simpler function)
|
||||
-- TODO: refactor all of this (for now it works, but yes I know it could be wrapped in a simpler function)
|
||||
use { "neovim/nvim-lspconfig" }
|
||||
use {
|
||||
"kabouzeid/nvim-lspinstall",
|
||||
|
@ -177,7 +177,7 @@ return require("packer").startup(function(use)
|
|||
disable = not O.plugin.dashboard.active,
|
||||
}
|
||||
|
||||
-- TODO remove in favor of akinsho/nvim-toggleterm.lua
|
||||
-- TODO: remove in favor of akinsho/nvim-toggleterm.lua
|
||||
-- Floating terminal
|
||||
use {
|
||||
"numToStr/FTerm.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue