mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-04 11:04:26 +02:00
add just support
This commit is contained in:
parent
43300a6d36
commit
64fce3076d
1 changed files with 4 additions and 0 deletions
4
init.lua
4
init.lua
|
@ -833,6 +833,10 @@ require('lazy').setup({
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'NoahTheDuke/vim-just',
|
||||||
|
ft = { 'just' },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'kdheepak/lazygit.nvim',
|
'kdheepak/lazygit.nvim',
|
||||||
lazy = true,
|
lazy = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue