summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2023-02-25 22:03:07 +0000
committerself <george@gabbott.dev>2023-02-25 22:03:07 +0000
commit0bfd715780350d25811af07c56a05d179bad488d (patch)
treee34e85e1da2870897a5ed4933f554731ee5f6227 /init.vim
parentc83b23e473d70861b6d5013009da5d429886402f (diff)
Remove TODO comments plugin.
Diffstat (limited to 'init.vim')
-rwxr-xr-xinit.vim10
1 files changed, 0 insertions, 10 deletions
diff --git a/init.vim b/init.vim
index ff653a7..ded78d4 100755
--- a/init.vim
+++ b/init.vim
@@ -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" },