summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2023-02-25 22:05:58 +0000
committerself <george@gabbott.dev>2023-02-25 22:05:58 +0000
commitdf6729754d8d66f330996f2a2b3ffe3c5666f370 (patch)
tree90feb6b755cf39a068d77222fe7e11fd22810b83
parent0bfd715780350d25811af07c56a05d179bad488d (diff)
Remove todo-comments part 2 electric boogaloo
-rwxr-xr-xinit.vim7
1 files changed, 0 insertions, 7 deletions
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"} } ]]