From 7273374f6b9fb6f2cd560629fcc5a0f7fee45da3 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Thu, 17 Aug 2023 15:42:11 +0300 Subject: [PATCH] Update vim/vim.md --- vim/vim.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/vim/vim.md b/vim/vim.md index 618e10f..a49f198 100644 --- a/vim/vim.md +++ b/vim/vim.md @@ -406,12 +406,24 @@ npm install -g fixjson create custom theme (https://github.com/rktjmp/lush.nvim) -` + +### twig formatter `:TSInstall html` `:TSInstall twig` +### Exclude directories from FZF + +`.ignore` + +``` +sites +vendor +libraries +profile +``` + # JS / TS @@ -426,7 +438,7 @@ create custom theme `MasonInstall json-lsp` `MasonInstall YAMLLINT` - +