diff options
author | self <george@gabbott.dev> | 2023-02-25 22:03:07 +0000 |
---|---|---|
committer | self <george@gabbott.dev> | 2023-02-25 22:03:07 +0000 |
commit | 0bfd715780350d25811af07c56a05d179bad488d (patch) | |
tree | e34e85e1da2870897a5ed4933f554731ee5f6227 /init.vim | |
parent | c83b23e473d70861b6d5013009da5d429886402f (diff) |
Remove TODO comments plugin.
Diffstat (limited to 'init.vim')
-rwxr-xr-x | init.vim | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -186,7 +186,6 @@ Plug 'nvim-lua/lsp_extensions.nvim' Plug 'nvim-lua/plenary.nvim' Plug 'mfussenegger/nvim-dap' -Plug 'folke/todo-comments.nvim' Plug 'nvim-lua/popup.nvim' Plug 'RishabhRD/lspactions' @@ -253,15 +252,6 @@ require'lspconfig'.ccls.setup{} -- C++ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --- Haskell -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -require'lspconfig'.hls.setup{} --- Haskell -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - --- Others -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -require'lspconfig'.ltex.setup{} -require'lspconfig'.ols.setup{} --- Others -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- BEGIN -- Go -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- require'lspconfig'.gopls.setup{ cmd = { "gopls", "serve" }, |