feat: vim-caddyfile
This commit is contained in:
parent
4c2f820ec0
commit
bee2d1ce72
3 changed files with 12 additions and 0 deletions
|
@ -133,6 +133,9 @@ with final.pkgs.lib; let
|
||||||
# Test
|
# Test
|
||||||
nvim-nio
|
nvim-nio
|
||||||
neotest
|
neotest
|
||||||
|
|
||||||
|
# Languages
|
||||||
|
vim-caddyfile
|
||||||
];
|
];
|
||||||
|
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
|
|
5
nvim/lua/plugins/languages/init.lua
Normal file
5
nvim/lua/plugins/languages/init.lua
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
local req = MarleyVim.local_require('plugins.languages')
|
||||||
|
|
||||||
|
return {
|
||||||
|
req('vim-caddyfile'),
|
||||||
|
}
|
4
nvim/lua/plugins/languages/vim-caddyfile.lua
Normal file
4
nvim/lua/plugins/languages/vim-caddyfile.lua
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
return {
|
||||||
|
'vim-caddyfile',
|
||||||
|
lazy = false,
|
||||||
|
}
|
Loading…
Reference in a new issue