mirror of https://github.com/LazyVim/starter
feat: add indent o matic
parent
0b3e50cbf2
commit
b6a9fd1c88
|
@ -25,6 +25,7 @@
|
|||
"harpoon": { "branch": "harpoon2", "commit": "0378a6c428a0bed6a2781d459d7943843f374bce" },
|
||||
"headlines.nvim": { "branch": "master", "commit": "618ef1b2502c565c82254ef7d5b04402194d9ce3" },
|
||||
"indent-blankline.nvim": { "branch": "master", "commit": "3d08501caef2329aba5121b753e903904088f7e6" },
|
||||
"indent-o-matic": { "branch": "master", "commit": "4d11e98f523d3c4500b1dc33f0d1a248a4f69719" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "758bb5de98b805acc5eeed8cdc8ac7f0bc4b0b86" },
|
||||
"leap.nvim": { "branch": "main", "commit": "be68eec21e37415d15cffaabc959b8d3f9466665" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "0a5a66803c7407767b799067986b4dc3036e1983" },
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
{
|
||||
"kawre/leetcode.nvim",
|
||||
lazy = true,
|
||||
cmd = "Leet",
|
||||
opts = {
|
||||
non_standalone = true,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue