diff options
author | self <george@gabbott.dev> | 2023-02-25 22:05:58 +0000 |
---|---|---|
committer | self <george@gabbott.dev> | 2023-02-25 22:05:58 +0000 |
commit | df6729754d8d66f330996f2a2b3ffe3c5666f370 (patch) | |
tree | 90feb6b755cf39a068d77222fe7e11fd22810b83 | |
parent | 0bfd715780350d25811af07c56a05d179bad488d (diff) |
Remove todo-comments part 2 electric boogaloo
-rwxr-xr-x | init.vim | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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"} } ]] |