Major neovim updates (mostly completion-related)
This commit is contained in:
parent
b01adf63d1
commit
8f9fcd34e2
4 changed files with 211 additions and 101 deletions
|
@ -1,12 +1,33 @@
|
|||
-- TODO:
|
||||
-- status line
|
||||
-- goyo-like thing
|
||||
-- coq
|
||||
-- chadtree colors
|
||||
-- map A-S to toggle spell check (see logic from hlsearch section in init.vim)
|
||||
-- Blake's neovim rc file
|
||||
|
||||
-- basic settings: ~/.config/nvim/lua/settings.lua
|
||||
require('settings')
|
||||
-- plugins and plugin settings: ~/.config/nvim/lua/plugins.lua
|
||||
require('plugins')
|
||||
|
||||
-- TODO:
|
||||
--
|
||||
-- Misc:
|
||||
-- [X] map A-S to toggle spell check (see logic from hlsearch section in init.vim)
|
||||
--
|
||||
-- Plugins to Configure
|
||||
-- [ ] toggleterm
|
||||
-- [ ] neoscroll
|
||||
--
|
||||
-- Plugins to install:
|
||||
-- [ ] telescope
|
||||
-- [ ] zen-mode.nvim (goyo)
|
||||
-- [ ] status line
|
||||
-- [ ] chadtree keymap
|
||||
-- [ ] lspsaga
|
||||
-- [ ] lightspeed.nvim or hop.nvim
|
||||
-- [ ] lightbulb
|
||||
-- [ ] glow.nvim (markdown preview)
|
||||
-- [ ] auto-session
|
||||
-- [ ] shade.nvim
|
||||
-- [ ] presence.nvim (discord presence)
|
||||
-- [ ] trouble.nvim
|
||||
-- [ ] indent-blankline.nvim (line indent level indicator)
|
||||
-- [ ] commented.nvim ?
|
||||
-- [ ] symbols-outline.nvim ?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue