2021-09-06 17:56:58 -07:00
|
|
|
-- Blake's neovim rc file
|
2021-09-05 13:47:46 -07:00
|
|
|
|
2021-09-24 21:20:05 -07:00
|
|
|
-- basic settings: ~/.config/nvim/lua/blake/settings.lua
|
|
|
|
require('blake.settings')
|
|
|
|
-- plugins and plugin settings: ~/.config/nvim/lua/blake/plugins.lua
|
|
|
|
require('blake.plugins')
|
2021-09-03 01:18:44 -07:00
|
|
|
|
2021-09-06 17:56:58 -07:00
|
|
|
-- TODO:
|
|
|
|
--
|
|
|
|
-- Misc:
|
2021-09-07 01:49:23 -07:00
|
|
|
-- [x] map A-S to toggle spell check (see logic from hlsearch section in init.vim)
|
2021-09-20 02:55:01 -07:00
|
|
|
-- [ ] remove luasnip
|
2021-09-06 17:56:58 -07:00
|
|
|
--
|
|
|
|
-- Plugins to Configure
|
2021-09-20 02:48:09 -07:00
|
|
|
-- [x] toggleterm
|
|
|
|
-- [x] neoscroll
|
2021-09-06 21:21:51 -07:00
|
|
|
-- [x] cmp
|
|
|
|
-- [x] lspkind
|
|
|
|
-- [x] lspsignature
|
2021-09-06 17:56:58 -07:00
|
|
|
--
|
|
|
|
-- Plugins to install:
|
|
|
|
-- [ ] telescope
|
|
|
|
-- [ ] zen-mode.nvim (goyo)
|
|
|
|
-- [ ] status line
|
2021-09-16 02:17:07 -07:00
|
|
|
-- [X] lspsaga
|
2021-09-06 17:56:58 -07:00
|
|
|
-- [ ] lightspeed.nvim or hop.nvim
|
|
|
|
-- [ ] lightbulb
|
2021-09-16 02:17:07 -07:00
|
|
|
-- [X] glow.nvim (markdown preview)
|
|
|
|
-- [X] auto-session
|
2021-09-06 17:56:58 -07:00
|
|
|
-- [ ] shade.nvim
|
|
|
|
-- [ ] presence.nvim (discord presence)
|
|
|
|
-- [ ] trouble.nvim
|
|
|
|
-- [ ] indent-blankline.nvim (line indent level indicator)
|
|
|
|
-- [ ] commented.nvim ?
|
|
|
|
-- [ ] symbols-outline.nvim ?
|
|
|
|
|