From df6729754d8d66f330996f2a2b3ffe3c5666f370 Mon Sep 17 00:00:00 2001 From: self Date: Sat, 25 Feb 2023 22:05:58 +0000 Subject: Remove todo-comments part 2 electric boogaloo --- init.vim | 7 ------- 1 file changed, 7 deletions(-) (limited to 'init.vim') diff --git a/init.vim b/init.vim index ded78d4..f55689e 100755 --- a/init.vim +++ b/init.vim @@ -325,12 +325,5 @@ cmp.setup({ }, }) -require("todo-comments").setup { - -- your configuration comes here - -- or leave it empty to use the default settings - -- refer to the configuration section below -} -EOF - " vim.cmd [[ autocmd CursorMoved,InsertLeave,BufEnter,BufWinEnter,TabEnter,BufWritePost * :lua require'lsp_extensions'.inlay_hints{ prefix = '=>', highlight = "Comment", enabled = {"TypeHint", "ChainingHint", "ParameterHint"} } ]] -- cgit v1.2.1