nvim: rework todo list
This commit is contained in:
parent
150267e7cc
commit
d3f9cf3362
1 changed files with 11 additions and 26 deletions
|
@ -6,31 +6,16 @@ require('blake.settings')
|
||||||
require('blake.plugins')
|
require('blake.plugins')
|
||||||
|
|
||||||
-- TODO:
|
-- TODO:
|
||||||
--
|
|
||||||
-- Misc:
|
|
||||||
-- [x] map A-S to toggle spell check (see logic from hlsearch section in init.vim)
|
|
||||||
-- [ ] remove luasnip
|
|
||||||
--
|
|
||||||
-- Plugins to Configure
|
|
||||||
-- [x] toggleterm
|
|
||||||
-- [x] neoscroll
|
|
||||||
-- [x] cmp
|
|
||||||
-- [x] lspkind
|
|
||||||
-- [x] lspsignature
|
|
||||||
--
|
|
||||||
-- Plugins to install:
|
-- Plugins to install:
|
||||||
-- [ ] telescope
|
-- telescope
|
||||||
-- [ ] zen-mode.nvim (goyo)
|
-- zen-mode.nvim (goyo)
|
||||||
-- [ ] status line
|
-- status line
|
||||||
-- [X] lspsaga
|
-- lightspeed.nvim or hop.nvim
|
||||||
-- [ ] lightspeed.nvim or hop.nvim
|
-- lightbulb
|
||||||
-- [ ] lightbulb
|
-- shade.nvim
|
||||||
-- [X] glow.nvim (markdown preview)
|
-- presence.nvim (discord presence)
|
||||||
-- [X] auto-session
|
-- trouble.nvim
|
||||||
-- [ ] shade.nvim
|
-- indent-blankline.nvim (line indent level indicator)
|
||||||
-- [ ] presence.nvim (discord presence)
|
-- commented.nvim ?
|
||||||
-- [ ] trouble.nvim
|
-- symbols-outline.nvim ?
|
||||||
-- [ ] indent-blankline.nvim (line indent level indicator)
|
|
||||||
-- [ ] commented.nvim ?
|
|
||||||
-- [ ] symbols-outline.nvim ?
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue