7 lines
399 B
Lua
7 lines
399 B
Lua
-- TODO: check out mini.nvim: https://github.com/echasnovski/mini.nvim and related blog post: https://evantravers.com/articles/2024/09/17/making-my-nvim-act-more-like-helix-with-mini-nvim/
|
|
-- You can add your own plugins here or in other files in this directory!
|
|
-- I promise not to create any merge conflicts in this directory :)
|
|
--
|
|
-- See the kickstart.nvim README for more information
|
|
return {}
|