nvim haproxy syntax + syncthing recipe
This commit is contained in:
@@ -30,6 +30,8 @@ yay -S python-black python-blackdoc python-pyment python-isort \
|
|||||||
|
|
||||||
# file sync
|
# file sync
|
||||||
yay -S syncthings rclone glusterfs
|
yay -S syncthings rclone glusterfs
|
||||||
|
sudo systemctl edit syncthing@hjalmarlucius.service # uncomment AmbientCapabilities
|
||||||
|
sudo setcap CAP_CHOWN,CAP_FOWNER=pe /usr/bin/syncthing
|
||||||
sudo systemctl enable --now syncthing@hjalmarlucius.service
|
sudo systemctl enable --now syncthing@hjalmarlucius.service
|
||||||
systemctl --user daemon-reload
|
systemctl --user daemon-reload
|
||||||
systemctl --user enable --now rclone-gdrive.service
|
systemctl --user enable --now rclone-gdrive.service
|
||||||
|
|||||||
@@ -485,6 +485,7 @@ require("lazy").setup({
|
|||||||
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
'Joorem/vim-haproxy',
|
||||||
{
|
{
|
||||||
"RRethy/nvim-treesitter-textsubjects",
|
"RRethy/nvim-treesitter-textsubjects",
|
||||||
config = function()
|
config = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user