diff options
Diffstat (limited to 'init.vim')
-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"} } ]] |