summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-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"} } ]]