- Create a file named 20-no-embedded.conf in ~/.config/fontconfig/conf.d/
- To disable this behavior with all fonts, add this in your file:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
// ==UserScript== | |
// @name Google search filter | |
// @version 1.0.0 | |
// @description Filter / blacklist sites in Google search | |
// @author ovelny | |
// @match *://www.google.com/search?* | |
// @run-at document-start | |
// ==/UserScript== | |
blacklist = [ |
" Plugins will be downloaded under the specified directory. | |
call plug#begin('~/.vim/plugged') | |
" Declare the list of plugins. | |
Plug 'plasticboy/vim-markdown', { 'for': 'markdown' } | |
Plug 'ferrine/md-img-paste.vim', { 'for': 'markdown' } | |
Plug 'vimwiki/vimwiki' | |
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']} | |
" Optional: goyo | |
" Plug 'junegunn/goyo.vim' |
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">