This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! block "sign in with google" popup modals | |
||accounts.google.com/gsi/* | |
##iframe[src^="http://accounts.google.com/gsi/*"] | |
##iframe[src^="https://accounts.google.com/gsi/*"] | |
##iframe[src^="//accounts.google.com/gsi/*"] | |
! block the Turbolinks script network request on Github, it's slow af in comparison to a full page refresh | |
||github.githubassets.com/assets/*turbo*.js$script,domain=github.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[START][2022-04-04 14:49:18] LSP logging initiated | |
[WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
[WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
[WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
[WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
[WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
[WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
[WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
[WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- This file creates a colorscheme from already available colorscheme | |
-- Author : Shadman Saleh | |
-- License : You can do whatever you want with it but do provide proper credit | |
-- Uses : | |
-- 1. Copy this script to any &rtp/lua folder, most likely ~/.config/nvim/lua | |
-- so the script can be required | |
-- 2. Run :lua require('colorscheme_generator').create('colorscheme_name', load_colorscheme) | |
-- colorscheme_name is the name of colorscheme, load_colorscheme is a boolean |