Skip to content

Commit d0a7a56

Browse files
committed
Adding nvim-related todos
1 parent b32b2a3 commit d0a7a56

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bootstrap/config_dirs/nvim/todo.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
-- ./bootstrap/config_dirs/nvim/lua/user/plugins/nerdy.lua
1818
-- ./bootstrap/config_dirs/nvim/lua/user/plugins/lazygit.lua
1919

20+
-- TODO: Checkout the following prebuild nvim configs (see how they can be installed in parallel: https://michaeluloth.com/neovim-switch-configs/):
21+
22+
-- https://github.com/LazyVim/LazyVim
23+
-- https://github.com/NvChad/NvChad
24+
-- https://github.com/AstroNvim/AstroNvim
25+
-- https://github.com/lunarvim/lunarvim
26+
-- https://github.com/nvim-lua/kickstart.nvim
27+
2028
-- TODO: Check out the following interesting plugins:
2129

2230
-- ++++++++++++++++++++++ Misc +++++++++++++++++++++++++++++++++++++++++++++++++
@@ -41,6 +49,7 @@
4149
-- https://github.com/pocco81/true-zen.nvim -- 🦝 Clean and elegant distraction-free writing for NeoVim
4250
-- https://github.com/folke/zen-mode.nvim - 🧘 Distraction-free coding for Neovim
4351
-- https://github.com/debugloop/telescope-undo.nvim -- A telescope extension to view and search your undo tree
52+
-- https://github.com/lervag/vimtex -- VimTeX: A modern Vim and neovim filetype plugin for LaTeX files.
4453

4554
-- ++++++++++++++++++++++ Running Code +++++++++++++++++++++++++++++++++++++++++
4655
-- https://github.com/michaelb/sniprun -- A neovim plugin to run lines/blocs of code

0 commit comments

Comments
 (0)