dotfiles/.config/nvim/init.lua

37 lines
844 B
Lua
Raw Normal View History

-- Blake's neovim rc file
2021-09-05 13:47:46 -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
-- 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:
-- [ ] telescope
-- [ ] zen-mode.nvim (goyo)
-- [ ] status line
-- [X] lspsaga
-- [ ] lightspeed.nvim or hop.nvim
-- [ ] lightbulb
-- [X] glow.nvim (markdown preview)
-- [X] auto-session
-- [ ] shade.nvim
-- [ ] presence.nvim (discord presence)
-- [ ] trouble.nvim
-- [ ] indent-blankline.nvim (line indent level indicator)
-- [ ] commented.nvim ?
-- [ ] symbols-outline.nvim ?