From f421c9f95d74f05a35457fdfce4fd95565877f12 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 20 Nov 2021 22:24:07 +0100 Subject: Updated project-open to use $TERMINAL and changing the variable to alacritty --- config/nvim/lua/plugins.lua | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'config/nvim/lua/plugins.lua') diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index 1d5d0b4..05712a6 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -1,4 +1,4 @@ -vim.cmd [[packadd packer.nvim]] +vim.cmd [[ packadd packer.nvim ]] return require('packer').startup(function() use 'wbthomason/packer.nvim' -- plugin manager (can manage itself) @@ -30,4 +30,17 @@ return require('packer').startup(function() {'kyazdani42/nvim-web-devicons', opt = true}, } } + -- todos,fix,etc.. highlight and list + use { + 'folke/todo-comments.nvim', + requires = 'nvim-lua/plenary.nvim', + config = function() + print("plugins") + require('todo-comments').setup { + } + end + } end) + +-- TODO: bonjour +-- FIX: bonjour -- cgit