Add jj/kitty/nvim/opencode/paru/fish/yazi/jjui
This commit is contained in:
10
nvim/files/lua/plugins/init.lua
Normal file
10
nvim/files/lua/plugins/init.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"NMAC427/guess-indent.nvim", -- Detect tabstop and shiftwidth automatically
|
||||
-- Highlight todo, notes, etc in comments
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
event = "VimEnter",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = { signs = false },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user