Skip to content

Instantly share code, notes, and snippets.

View macskay's full-sized avatar

Max K. macskay

View GitHub Profile
4 2019-10-03 17:58:59,627 - INFO - Adding buffer identifiers for file: /home/max/Workspace/cpp-faisca /faisca/src/geom/Rect.cpp
5 2019-10-03 17:58:59,633 - INFO - No Clangd executable found in /home/max/Workspace/dotfiles/.vim/pl ugged/YouCompleteMe/third_party/ycmd/third_party/clangd/output/bin
6 2019-10-03 17:59:00,027 - INFO - Received filetype completion available request
7 2019-10-03 17:59:01,339 - INFO - Received debug info request
@macskay
macskay / .vimrc
Last active May 23, 2018 09:21
vim-syntastic Toggle Button for Location List
# Taken from my dotfiles
map <F8> <ESC>:call SyntasticToggle()<CR>
let g:syntastic_is_open = 0
function! SyntasticToggle()
if g:syntastic_is_open == 1
lclose
let g:syntastic_is_open = 0
else
Errors

Keybase proof

I hereby claim:

  • I am macskay on github.
  • I am macskay (https://keybase.io/macskay) on keybase.
  • I have a public key ASCR_obc2-idhOAjtenlrk8Ki6yTMZAfA8JmteeeSnthxwo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am mkli90 on github.
  • I am macskay (https://keybase.io/macskay) on keybase.
  • I have a public key ASCR_obc2-idhOAjtenlrk8Ki6yTMZAfA8JmteeeSnthxwo

To claim this, I am signing this object:

@macskay
macskay / Typeahead-BS3-css
Created August 27, 2015 11:13 — forked from bhays/Typeahead-BS3-css
Bootstrap 3 style fixes for using Typeahead.js
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
margin-bottom: 0;
}
.tt-hint {
display: block;
width: 100%;
height: 38px;
padding: 8px 12px;
font-size: 14px;