https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching
https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching| call plug#begin('~/.config/nvim/plugged') | |
| " Keep Plug commands between plug#begin/end. | |
| Plug 'neoclide/coc.nvim', {'branch': 'release'} | |
| Plug 'itchyny/lightline.vim' | |
| Plug 'chriskempson/vim-tomorrow-theme' | |
| Plug 'preservim/nerdtree' | |
| Plug 'tpope/vim-fugitive' | |
| Plug 'tpope/vim-surround' | |
| Plug 'tpope/vim-speeddating' | |
| Plug 'tpope/vim-git' |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- Generated with glade 3.22.1 --> | |
| <interface> | |
| <requires lib="gtk+" version="3.20"/> | |
| <requires lib="vte-2.91" version="0.52"/> | |
| <object class="GtkWindow" id="window"> | |
| <property name="can_focus">False</property> | |
| <signal name="delete-event" handler="stop" swapped="no"/> | |
| <child> | |
| <placeholder/> |
| (function () { | |
| var partials = { | |
| avatar: '<%= j render partial: "avatar", locals: { avatar: @profile.avatar } %>', | |
| avatarForm: '<%= j render partial: "form" %>' | |
| } | |
| $.rails.renderPartials(partials); | |
| })(); |
| using System; | |
| using Gtk; | |
| using Glade; | |
| using Gecko; | |
| // 2007, Igor Guerrero Fonseca | |
| // A simple Gecko(Mozilla) browser | |
| // using the Gtk# toolkit and Glade#(XML GUI for Gnome) tool | |
| // and Gecko#(Mozilla C# binding) | |
| // TODO: There's a lot of things that can be done in this program but, |