Open the Git Configuration File
git config --global --edit| // Add this two lines in your VSCode settings | |
| { | |
| "vscode_custom_css.imports": [ "file://your-css-file-path" ], | |
| "vscode_custom_css.policy": true | |
| } |
This note summarizes the steps to install and use fzf.vim in Neovim for efficient file navigation. It's minimal, clean, and focused on key actions. Assumes Ubuntu-like system (e.g., using apt).
sudo apt install neovimfzf installed: sudo apt install fzfripgrep for faster searches (optional but recommended): sudo apt install ripgrepbat for file previews (optional): sudo apt install bat