diff options
author | Abouzar Parvan <[email protected]> | 2021-07-11 02:04:20 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-10 17:34:20 -0400 |
commit | 93379a2977ba10695cc6d0aac3ca4ce9111fa31e (patch) | |
tree | a6aa2ee2fba66073adc1d7e2eef9c3c9160fd2ac /lua/plugins.lua | |
parent | 5c7600322848fa1a55482e2b8b45c7f97cf67a85 (diff) |
avoiding OCD attack with the help of folke/todo-comments (#839)
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index e2ccb06e..e7c5a133 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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", |