let mapleader = " " let maplocalleader = "," set encoding=UTF-8 set nocompatible set completeopt-=preview set completeopt+=popup set showmatch set list set hidden set tabstop=2 set conceallevel=1 set shiftwidth=2 set shell=ksh set directory^=$HOME/.vim/tmp// set expandtab set smarttab set autoindent set autochdir set history=1000 set cindent set complete=.,w,b,u,t,i set foldmethod=manual set nofoldenable set autoread set number set showtabline=0 set numberwidth=5 set laststatus=2 set smartcase set more set lazyredraw set synmaxcol=800 syntax sync minlines=64 set ttyfast set relativenumber set wildignorecase set shm=a " set wildmode=list:longest,full set wildignore+=*/tmp/*,*.so,*.swp,*.zip set wildmenu set confirm set magic set scrolloff=0 set noerrorbells set novisualbell set t_vb= set tm=500 set ai set si set wrap set linebreak set breakindent let &showbreak = '↪ ' set tagbsearch set showfulltag set diffopt=internal,algorithm:patience set fillchars+=vert:\ " whitespace signifacant set secure set cursorline autocmd InsertLeave * set cursorline autocmd InsertEnter * set nocursorline set tags=./tags,tags;$HOME set spelllang=en_us,de_de set hlsearch set incsearch set ignorecase set smartcase set backspace=indent,eol,start " set cursorcolumn " set exrc set viminfo='100,\"500,:50,%,n~/.viminfo highlight clear Search let g:is_posix = 1 set rtp+=~/.vim/bundle/Vundle.vim set rtp+=/usr/bin/fzf " set rtp+=/home/bloodstalker/extra/llvm-clang-4/build/bin/clangd " set rtp+=/usr/local/bin/pyls let g:polyglot_disabled = ['go.plugin','markdown.plugin'] call vundle#begin() Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline-themes' Plugin 'mbbill/undotree' Plugin 'mhinz/vim-startify' Plugin 'ctrlpvim/ctrlp.vim' Plugin 'kh3phr3n/python-syntax' Plugin 'VundleVim/Vundle.vim' Plugin 'scrooloose/nerdtree' Plugin 'sickill/vim-pasta' Plugin 'adelarsq/vim-matchit' Plugin 'makerj/vim-pdf' Plugin 'Xuyuanp/nerdtree-git-plugin' Plugin 'vim-ctrlspace/vim-ctrlspace' Plugin 'mhinz/vim-signify' Plugin 'octol/vim-cpp-enhanced-highlight' Plugin 'vimwiki/vimwiki' Plugin 'flazz/vim-colorschemes' Plugin 'plasticboy/vim-markdown' Plugin 'neomutt/neomutt.vim' Plugin 'sngn/vim-i3blocks-syntax' Plugin 'rhysd/vim-wasm' Plugin 'nathanaelkane/vim-indent-guides' Plugin 'tomlion/vim-solidity' Plugin 'dense-analysis/ale' Plugin 'ekalinin/Dockerfile.vim' Plugin 'PotatoesMaster/i3-vim-syntax' Plugin 'chrisbra/NrrwRgn' Plugin 'kana/vim-arpeggio' Plugin 'easymotion/vim-easymotion' Plugin 'neovimhaskell/haskell-vim' Plugin 'majutsushi/tagbar' Plugin 'szw/vim-maximizer' Plugin 'chrisbra/csv.vim' Plugin 'Valloric/YouCompleteMe' Plugin 'elzr/vim-json' Plugin 'wellle/context.vim' Plugin 'ludovicchabant/vim-gutentags' Plugin 'skywind3000/gutentags_plus' Plugin 'stephpy/vim-yaml' Plugin 'unblevable/quick-scope' Plugin 'SirVer/ultisnips' Plugin 'honza/vim-snippets' Plugin 'chrisbra/Recover.vim' Plugin 'wellle/targets.vim' Plugin 'rhysd/git-messenger.vim' Plugin 'mhinz/vim-grepper' Plugin 'junegunn/limelight.vim' Plugin 'valloric/MatchTagAlways' Plugin 'junegunn/vim-peekaboo' Plugin 'tpope/vim-vinegar' Plugin 'tpope/vim-commentary' Plugin 'tpope/vim-rhubarb' Plugin 'rgrinberg/vim-ocaml' Plugin 'terryma/vim-multiple-cursors' Plugin 'kshenoy/vim-signature' Plugin 'Konfekt/vim-scratchpad' Plugin 'rust-lang/rust.vim' Plugin 'tpope/vim-repeat' Plugin 'cespare/vim-toml' Plugin 'maralla/vim-toml-enhance' Plugin 'junegunn/fzf' Plugin 'junegunn/fzf.vim' Plugin 'chiel92/vim-autoformat' Plugin 'vim-scripts/ZoomWin' Plugin 'wakatime/vim-wakatime' Plugin 'terryma/vim-expand-region' Plugin 'tpope/vim-surround' Plugin 'vim-scripts/DoxyGen-Syntax' Plugin 'vim-scripts/DoxygenToolkit.vim' Plugin 'fatih/vim-go' Plugin 'tpope/vim-fugitive' Plugin 'junegunn/goyo.vim' Plugin 'amix/vim-zenroom2' Plugin 'raimon49/requirements.txt.vim' Plugin 'Shougo/vimproc.vim' Plugin 'rhysd/vim-llvm' Plugin 'haya14busa/is.vim' Plugin 'haya14busa/vim-asterisk' Plugin 'haya14busa/incsearch.vim' Plugin 'haya14busa/vim-edgemotion' Plugin 'lervag/vimtex' Plugin 'vim-utils/vim-man' Plugin 'ajh17/VimCompletesMe' Plugin 'ryanoasis/vim-devicons' Plugin 'godlygeek/tabular' Plugin 'sheerun/vim-polyglot' Plugin 'dbeniamine/cheat.sh-vim' Plugin 'lifepillar/pgsql.vim' Plugin 'congma/vim-compiler-checkbashisms' Plugin 'hsanson/vim-openapi' Plugin 'mattn/emmet-vim' Plugin 'hail2u/vim-css3-syntax' Plugin 'chrisbra/unicode.vim' Plugin 'meatballs/vim-xonsh' Plugin 'junegunn/gv.vim' Plugin 'ap/vim-css-color' Plugin 'christoomey/vim-tmux-navigator' Plugin 'Shirk/vim-gas' " Plugin 'tmux-plugins/vim-tmux' " Plugin 'rhysd/vim-gfm-syntax' " Plugin 'vim-utils/vim-troll-stopper' " Plugin 'vim-pandoc/vim-pandoc' " Plugin 'vim-pandoc/vim-pandoc-syntax' " Plugin 'tmux-plugins/vim-tmux-focus-events' " Plugin 'skammer/vim-css-color' " Plugin 'jelera/vim-javascript-syntax' " Plugin 'szymonmaszke/vimpyter' " Plugin 'puremourning/vimspector' " Plugin 'kana/vim-submode' " Plugin 'jaxbot/semantic-highlight.vim' " Plugin 'tpope/vim-capslock' " Plugin 'nanotech/jellybeans.vim' " Plugin 'tiagofumo/vim-nerdtree-syntax-highlight' " Plugin 'mattn/webapi-vim' " Plugin 'Townk/vim-autoclose' " Plugin 'tpope/vim-speeddating' " Plugin 'powerman/vim-plugin-AnsiEsc' " Plugin 'xolox/vim-misc' " Plugin 'liuchengxu/vista.vim' " Plugin 'metakirby5/codi.vim' " Plugin 'vim-scripts/tagexplorer.vim' " Plugin 'MattesGroeger/vim-bookmarks' " Plugin 'severin-lemaignan/vim-minimap' " Plugin 'ervandew/supertab' " Plugin 'Valloric/ListToggle' " Plugin 'neomake/neomake' " Plugin 'scrooloose/syntastic' " Plugin 'Yggdroot/hiPairs' " Plugin 'maxbrunsfeld/vim-yankstack' " Plugin 'gcmt/wildfire.vim' " Plugin 'luochen1990/rainbow' call vundle#end() filetype plugin indent on " vim-markdown " let g:vim_markdown_math = 1 " let g:vim_markdown_strikethrough = 1 "jellybeans silent! colo jellybeans set background=dark let g:jellybeans_overrides = { \ 'Todo': { 'guifg': '000000', 'guibg': '00cc00', \ 'ctermfg': 'Black', 'ctermbg': 'Blue', \ 'attr': 'bold' }, \ 'Comment': { 'guifg': '339966' }, \ 'background': { "guibg": "000000", "ctermbg":"none"}, \ 'StorageClass': {"guifg": '9966ff' }, \ 'Exception': {"guifg": "99cc00"}, \ "Ignore": {"guifg": "336699"}, \ "SpecialComment": {"guifg": "009900"}, \ "Macro": {"guifg": "0099cc"} \} let g:jellybeans_use_term_italics = 1 "Disable Background Color Erase (BCE) so that color schemes "work properly when Vim is used inside tmux and GNU screen. if &term =~ '256color' set t_ut= endif let g:cpp_class_scope_highlight = 1 let g:cpp_member_variable_highlight = 1 let g:cpp_class_decl_highlight = 1 let g:cpp_experimental_template_highlight = 1 let g:cpp_concepts_highlight = 1 let g:cpp_posix_standard = 1 hi Normal ctermbg=None function! s:shortenPath(path) let l:result = [] let l:segments = split(a:path, "/") if len(l:segments) - 1 > 0 let l:last_segment = l:segments[len(l:segments)-1] for segment in l:segments if l:segment == l:last_segment call add(l:result, "/".l:segment) else call add(l:result, "/".l:segment[0]) endif endfor else let l:result = ["none"] endif return join(l:result, "") endfunction "airline options let g:airline_powerline_fonts = 0 let s:airline_custom_cwd = s:shortenPath(expand('%:p')) try let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#left_sep = ' ' let g:airline#extensions#tabline#left_alt_sep = '|' let g:airline#extensions#tabline#formatter = 'default' let g:airline#extensions#ale#enabled = 1 let g:airline#extensions#branch#enabled = 1 " let g:airline#extensions#xkblayout#enabled = 1 catch endtry let g:airline_theme = 'jellybeans' function! Airline_Custom() let l:spc = g:airline_symbols.space let g:airline_section_z = airline#section#create([ \ 'windowswap', \ s:shortenPath(getcwd())."  ", \ '%3p%%'.l:spc, \ 'linenr', \ ':%3v'.l:spc, \ '%5o', \ '[%b][0x%B]' \]) endfunction autocmd user AirlineAfterInit call Airline_Custom() " let g:XkbSwitchLib = '/usr/local/lib/libxkbswitch.so' let g:airline_exclude_preview = 1 syntax on "n00b stuff nmap nmap nmap nmap nmap nmap nmap nmap " imap " imap imap imap imap imap imap imap "end of n00b stuff au BufRead,BufNewFile .i3blocks.conf set filetype=i3blocks au BufRead,BufNewFile *.zsh-theme set filetype=zsh au BufEnter,FileType cpp set syntax=cpp.doxygen au BufEnter,FileType c set syntax=cpp.doxygen "sets filetype for muttrc to neomuttrc not muttrc since i'm too lazy "to be bothered to change the name of my rc that i pass to neomutt au BufNewFile,BufRead .muttrc set filetype=neomuttrc au BufNewFile,BufRead,BufEnter *.toml set filetype=toml au BufNewFile,BufEnter,BufRead *.s set ft=gas au BufEnter,FileType *.wast set syntax=wast au BufEnter,FileType *.wat set syntax=wast au BufEnter,FileType *.uml set syntax=plantuml "python configs "PEP-8 au BufNewFile,BufEnter *.py set tabstop=4 au BufNewFile,BufEnter *.py set softtabstop=4 au BufNewFile,BufEnter *.py set shiftwidth=4 " au BufNewFile,BufEnter *.py set textwidth=79 au BufNewFile,BufEnter *.py set expandtab au BufNewFile,BufEnter *.py set autoindent au BufNewFile,BufEnter *.py set fileformat=unix let python_highlight_all = 1 "mapping fast keycodes "the key codes are for my build of st set timeoutlen=500 ttimeoutlen=100 "Shift+F10 set =[21;2~ map map! "Shift+F9 set =[20;2~ map map! "Shift+F5 set =[15;2~ map map! "Shift+F1 set = map map! "Shift+F2 set = map map! "Shift+F11 set =[23;2~ map map! "Shift+F12 set =[24;5~ map map! "Ctrl+Del set =[3;5~ map map! "Ctrl+Ins set =[2;5~ map map! "Ctrl+PageDown set =[6;5~ map map! "Ctrl+PageUp set =[5;5~ map map! "Shift+Del set =[3;2~ map map! "cnoremap help vert help " map (expand_region_shrink) " map (expand_region_expand) nnoremap :set rl! inoremap :set rl!i nnoremap :set spell! inoremap :set spell!i nnoremap :bp nnoremap :bn inoremap :bp inoremap :bn map w :w noremap :q nnoremap :NERDTreeToggle nnoremap :UndotreeToggle nnoremap :vsp nnoremap :sp nnoremap :ContextToggle map :TagbarToggle augroup LatexAU autocmd! autocmd filetype tex map :VimtexTocToggle augroup END "reserved for tmux use map "messes up some other bindings "nmap Y y$ nnoremap :bd nnoremap c :call clearmatches() inoremap I inoremap A nnoremap t :bel term "execute current buffer nnoremap r :!%:p augroup GoLangRun autocmd! autocmd FileType go nmap r (go-run) augroup end nnoremap cd :cd %:p:h "terminal vim wont do weird things when you paste things in set pastetoggle= nnoremap a :ALEToggle nnoremap u :GutentagsUpdate nnoremap v :VimtexView nmap [q :col nmap ]q :cnew nmap [l :lol nmap ]l :lnew nmap ]c :cn nmap [c :cp function! GetBufferList() redir =>buflist silent! ls! redir END return buflist endfunction function! ToggleList(bufname, pfx) let buflist = GetBufferList() for bufnum in map(filter(split(buflist, '\n'), 'v:val =~ "'.a:bufname.'"'), 'str2nr(matchstr(v:val, "\\d\\+"))') if bufwinnr(bufnum) != -1 exec(a:pfx.'close') return endif endfor if a:pfx == 'l' && len(getloclist(0)) == 0 echohl ErrorMsg echo "Location List is Empty." return endif let winnr = winnr() exec(a:pfx.'open') if winnr() != winnr wincmd p endif endfunction nmap l :call ToggleList("Location List", 'l') nmap q :call ToggleList("Quickfix List", 'c') " nmap :wincmd k " nmap :wincmd j " nmap :wincmd h " nmap :wincmd l " vim-tmux-navigator let g:tmux_navigator_no_mappings = 1 let g:tmux_navigator_disable_when_zoomed = 1 let g:tmux_navigator_save_on_switch = 2 " nnoremap :TmuxNavigateLeft nnoremap :TmuxNavigateDown nnoremap :TmuxNavigateUp nnoremap :TmuxNavigateRight nnoremap :TmuxNavigatePrevious "vim.session options let g:session_directory = "~/.vim/session" let g:session_autosave = "no" " NERDTree let g:NERDTreeGitStatusIndicatorMapCustom = { \ "Modified" : "✹", \ "Staged" : "✚", \ "Untracked" : "✭", \ "Renamed" : "➜", \ "Unmerged" : "═", \ "Deleted" : "✖", \ "Dirty" : "✗", \ "Clean" : "✔︎", \ 'Ignored' : '☒', \ "Unknown" : "?" \ } "NERDTree File highlighting function! NERDTreeHighlightFile(extension, fg, bg) exec 'autocmd filetype nerdtree highlight ' . a:extension .' ctermbg='. a:bg .' ctermfg='. a:fg exec 'autocmd filetype nerdtree syn match ' . a:extension .' #^\s\+.*\.'. a:extension .'$#' endfunction augroup NerdTreeFileTypeHighlight autocmd! exec 'autocmd filetype nerdtree highlight csource ctermbg=none ctermfg=29' exec 'autocmd filetype nerdtree syn match csource #^\s\+.*\.c$#' exec 'autocmd filetype nerdtree highlight makef1 ctermbg=none ctermfg=98' exec 'autocmd filetype nerdtree syn match makef1 #^\s\+.*makefile$#' exec 'autocmd filetype nerdtree syn match makef1 #^\s\+.*Makefile$#' augroup END call NERDTreeHighlightFile('o', 146, 'none') call NERDTreeHighlightFile('a', 146, 'none') call NERDTreeHighlightFile('h', 29, 'none') call NERDTreeHighlightFile('cpp', 32, 'none') call NERDTreeHighlightFile('cc', 32, 'none') call NERDTreeHighlightFile('hpp', 32, 'none') call NERDTreeHighlightFile('makefile', 98, 'none') call NERDTreeHighlightFile('Makefile', 98, 'none') call NERDTreeHighlightFile('md', 27, 'none') call NERDTreeHighlightFile('yml', 27, 'none') call NERDTreeHighlightFile('config', 25, 'none') call NERDTreeHighlightFile('conf', 25, 'none') call NERDTreeHighlightFile('cfg', 25, 'none') call NERDTreeHighlightFile('json', 25, 'none') call NERDTreeHighlightFile('html', 23, 'none') call NERDTreeHighlightFile('py', 22, 'none') call NERDTreeHighlightFile('js', 202, 'none') call NERDTreeHighlightFile('lua', 39, 'none') call NERDTreeHighlightFile('sh', 63, 'none') call NERDTreeHighlightFile('make', 29, 'none') call NERDTreeHighlightFile('xml', 53, 'none') call NERDTreeHighlightFile('vim', 37, 'none') call NERDTreeHighlightFile('tex', 106, 'none') call NERDTreeHighlightFile('pdf', 160, 'none') call NERDTreeHighlightFile('tags', 75, 'none') call NERDTreeHighlightFile('ahk', 89, 'none') call NERDTreeHighlightFile('vimrc', 70, 'none') call NERDTreeHighlightFile('hs', 63, 'none') call NERDTreeHighlightFile('go', 33, 'none') call NERDTreeHighlightFile('txt', 131, 'none') call NERDTreeHighlightFile('uml', 69, 'none') call NERDTreeHighlightFile('so', 146, 'none') call NERDTreeHighlightFile('swp', 58, 'none') let NERDTreeDirArrows = 1 let NERDTreeShowHidden=1 highlight Directory ctermfg=28 highlight Title ctermfg=36 let NERDTreeShowLineNumbers = 1 autocmd Filetype nerdtree setlocal relativenumber let g:DevIconsEnableFoldersOpenClose = 1 let g:WebDevIconsUnicodeDecorateFolderNodes = 1 let g:WebDevIconsOS = 'unix' "tagbar let g:tagbar_compact = 1 let g:tagbar_show_linenumbers = 2 let g:tagbar_width = 50 highlight TagbarSignature ctermfg=DarkBlue "solidity ctags - by shuangjj let g:tagbar_type_solidity = { \ 'ctagstype': 'solidity', \ 'kinds' : [ \ 'c:contracts', \ 'e:events', \ 'f:functions', \ 'm:mappings', \ 'v:varialbes', \ ] \ } let g:tagbar_type_haskell = { \ 'ctagsbin' : '/home/bloodstalker/.cabal/bin/hasktags', \ 'ctagsargs' : '-x -c -o-', \ 'kinds' : [ \ 'm:modules:0:1', \ 'd:data: 0:1', \ 'd_gadt: data gadt:0:1', \ 't:type names:0:1', \ 'nt:new types:0:1', \ 'c:classes:0:1', \ 'cons:constructors:1:1', \ 'c_gadt:constructor gadt:1:1', \ 'c_a:constructor accessors:1:1', \ 'ft:function types:1:1', \ 'fi:function implementations:0:1', \ 'i:instance:0:1', \ 'o:others:0:1' \ ], \ 'sro' : '.', \ 'kind2scope' : { \ 'm' : 'module', \ 'c' : 'class', \ 'd' : 'data', \ 't' : 'type', \ 'i' : 'instance' \ }, \ 'scope2kind' : { \ 'module' : 'm', \ 'class' : 'c', \ 'data' : 'd', \ 'type' : 't', \ 'instance' : 'i' \ } \ } let g:tagbar_type_javascript = { \ 'ctagstype': 'javascript', \ 'kinds': [ \ 'A:arrays', \ 'P:properties', \ 'T:tags', \ 'O:objects', \ 'G:generator functions', \ 'F:functions', \ 'C:constructors/classes', \ 'M:methods', \ 'V:variables', \ 'I:imports', \ 'E:exports', \ 'S:styled components' \ ]} let g:tagbar_type_vimwiki = { \ 'ctagstype':'vimwiki' \ , 'kinds':['h:header'] \ , 'sro':'&&&' \ , 'kind2scope':{'h':'header'} \ , 'sort':0 \ , 'ctagsbin':'/home/devi/scripts/bin/vwtags.py' \ , 'ctagsargs': 'default' \ } let g:tagbar_type_markdown = { \ 'ctagstype' : 'markdown', \ 'kinds' : [ \ 'c:chapter:0:1', \ 's:section:0:1', \ 'S:subsection:0:1', \ 't:subsubsection:0:1', \ 'T:l4subsection:0:1', \ 'u:l5subsection:0:1', \ ], \ 'sro' : '""', \ 'kind2scope' : { \ 'c' : 'chapter', \ 's' : 'section', \ 'S' : 'subsection', \ 't' : 'subsubsection', \ 'T' : 'l4subsection', \ }, \ 'scope2kind' : { \ 'chapter' : 'c', \ 'section' : 's', \ 'subsection' : 'S', \ 'subsubsection' : 't', \ 'l4subsection' : 'T', \ }, \ } "doxygentoolkit autocmd BufNewFile,BufRead,BufEnter *.sol let g:DoxygenToolkit_briefTag_pre="@dev " "open-pdf conf let g:pdf_convert_on_edit = 1 let g:pdf_convert_on_read = 1 "startify let g:session_autoload="no" "highlight groups hi def InterestingWord1 ctermfg=16 ctermbg=214 hi def InterestingWord2 ctermfg=16 ctermbg=154 hi def InterestingWord3 ctermfg=16 ctermbg=121 hi def InterestingWord4 ctermfg=16 ctermbg=137 hi def InterestingWord5 ctermfg=16 ctermbg=211 hi def InterestingWord6 ctermfg=16 ctermbg=195 hi def InterestingWord7 ctermfg=16 ctermbg=99 hi def InterestingWord8 ctermfg=16 ctermbg=35 hi def InterestingWord9 ctermfg=16 ctermbg=57 hi def InterestingWord0 ctermfg=16 ctermbg=39 "Steve Losh's highlight function function HighInterestingWord(n) normal! mz normal! "zyiw let mid = 88888 + a:n silent! call matchdelete(mid) let pat = '\V\<' . escape(@z, '\') . '\>' call matchadd("InterestingWord".a:n, pat, 1, mid) normal! `z endfunction "multiple highlights nnoremap 1 :call HighInterestingWord(1) nnoremap 2 :call HighInterestingWord(2) nnoremap 3 :call HighInterestingWord(3) nnoremap 4 :call HighInterestingWord(4) nnoremap 5 :call HighInterestingWord(5) nnoremap 6 :call HighInterestingWord(6) nnoremap 7 :call HighInterestingWord(7) nnoremap 8 :call HighInterestingWord(8) nnoremap 9 :call HighInterestingWord(9) nnoremap 0 :call HighInterestingWord(0) "scratchpad let g:scratchpad_path = '.scratchpads' nmap (ToggleScratchPad) let g:tagbar_type_rust = { \ 'ctagstype' : 'rust', \ 'kinds' : [ \'T:types,type definitions', \'f:functions,function definitions', \'g:enum,enumeration names', \'s:structure names', \'m:modules,module names', \'c:consts,static constants', \'t:traits', \'i:impls,trait implementations', \] \} let g:tagbar_type_make = { \ 'kinds':[ \ 'm:macros', \ 't:targets' \ ] \} let g:tagbar_type_go = { \ 'ctagstype' : 'go', \ 'kinds' : [ \ 'p:package', \ 'i:imports:1', \ 'c:constants', \ 'v:variables', \ 't:types', \ 'n:interfaces', \ 'w:fields', \ 'e:embedded', \ 'm:methods', \ 'r:constructor', \ 'f:functions' \ ], \ 'sro' : '.', \ 'kind2scope' : { \ 't' : 'ctype', \ 'n' : 'ntype' \ }, \ 'scope2kind' : { \ 'ctype' : 't', \ 'ntype' : 'n' \ }, \ 'ctagsbin' : 'gotags', \ 'ctagsargs' : '-sort -silent' \ } let g:tagbar_type_json = { \ 'ctagstype' : 'json', \ 'kinds' : [ \ 'o:objects', \ 'a:arrays', \ 'n:numbers', \ 's:strings', \ 'b:booleans', \ 'z:nulls' \ ], \ 'sro' : '.', \ 'scope2kind': { \ 'object': 'o', \ 'array': 'a', \ 'number': 'n', \ 'string': 's', \ 'boolean': 'b', \ 'null': 'z' \ }, \ 'kind2scope': { \ 'o': 'object', \ 'a': 'array', \ 'n': 'number', \ 's': 'string', \ 'b': 'boolean', \ 'z': 'null' \ }, \ 'sort' : 0 \ } let g:autofmt_autosave = 1 "undotree "make sure to create the directory. vim wont do it itself set undolevels=1000 if has("persistent_undo") set undodir=~/.undodir/ set undofile endif let g:undotree_WindowLayout = 4 "narrow region let g:nrrw_rgn_vert = 1 let g:nrrw_rgn_resize_window = "relative" vnoremap :NR "runs shell command, opens new buffer with syntax=nasm, prints command output command! -complete=shellcmd -nargs=+ Shell call s:RunShellCommand() function! s:RunShellCommand(cmdline) echo a:cmdline let expanded_cmdline = a:cmdline for part in split(a:cmdline, ' ') if part[0] =~ '\v[%#<]' let expanded_part = fnameescape(expand(part)) let expanded_cmdline = substitute(expanded_cmdline, part, expanded_part, '') endif endfor botright vnew setlocal buftype=nofile bufhidden=wipe nobuflisted noswapfile nowrap call setline(3,substitute(getline(2),'.','=','g')) execute '$read !'. expanded_cmdline setlocal nomodifiable set syntax=nasm 1 endfunction "vmap call RunShellCommand "by xolox function! s:get_visual_selection() let [line_start, column_start] = getpos("'<")[1:2] let [line_end, column_end] = getpos("'>")[1:2] let lines = getline(line_start, line_end) if len(lines) == 0 return '' endif let lines[-1] = lines[-1][: column_end - (&selection == 'inclusive' ? 1 : 2)] let lines[0] = lines[0][column_start - 1:] return join(lines, "\n") endfunction let s:compiler_explorer_std_c_hdrs = ["#include \r", "#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r"] let s:compiler_explorer_std_cpp_hdrs = ["#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r", \"#include \r","#include \r","#include \r","#include \r"] "sends visual selection to compiler exlorer and gets the asm back "should probably change this to be the complete path and make the variable "glboal let s:compiler_explorer_config="/ceconfig.json" function! s:compiler_explorer() let temp_file = tempname() if &filetype == "c" call writefile(s:compiler_explorer_std_c_hdrs, temp_file, "a") elseif &filetype == "cpp" call writefile(s:compiler_explorer_std_cpp_hdrs, temp_file, "a") endif let source_code = s:get_visual_selection() call writefile(split(substitute(source_code, "\n", "\r", "g"), "\r"), temp_file, "a") let current_buf_name = bufname("%") botright vnew setlocal buftype=nofile bufhidden=wipe nobuflisted noswapfile nowrap call setline(3,substitute(getline(2),'.','=','g')) execute "$read!"."node"." "."~/scripts/compiler-explorer/main.js ".temp_file. " ". getcwd(0).s:compiler_explorer_config setlocal nomodifiable set syntax=nasm 1 endfunction command! -complete=shellcmd -nargs=0 CompilerExplorer call s:compiler_explorer() vmap :CompilerExplorer "view the python docs for the word under cursor in a split window function! s:pythondoc() let l:vword = expand("") botright vnew setlocal buftype=nofile bufhidden=wipe nobuflisted noswapfile nowrap execute ".!pydoc3 " . l:vword setlocal nomodifiable set syntax=man 1 endfunction command! -complete=shellcmd -nargs=0 PythonDoc call s:pythondoc() nnoremap h :PythonDoc vnoremap h :PythonDoc "ctrlp let g:ctrlp_map = '' let g:ctrlp_cmd = 'CtrlP' let g:ctrlp_show_hidden = 1 let g:ctrlp_root_markers = ['.root'] if executable('rg') set grepprg=rg\ --color=never let g:ctrlp_user_command = 'rg %s --files --color=never --glob ""' let g:ctrlp_use_caching = 0 endif "supertab " let g:SuperTabSetDefaultCompletionType = "context" "snippets nnoremap ,cmain :1read $HOME/scripts/snippets/cmain.c nnoremap ,cppmain :1read $HOME/scripts/snippets/cppmain.cpp nnoremap ,pypy :1read $HOME/scripts/snippets/main.py nnoremap ,sh :1read $HOME/scripts/snippets/shebang.sh "highlights highlight Search ctermfg=White ctermbg=28 cterm=Bold highlight IncSearch ctermfg=White ctermbg=26 cterm=Bold highlight WildMenu ctermfg=15 ctermbg=22 cterm=Bold highlight CtrlSpaceStatus ctermfg=15 ctermbg=38 highlight StatusLine ctermfg=16 ctermbg=22 cterm=bold highlight WarningMsg ctermbg=16 ctermfg=202 highlight vimWarn ctermbg=16 ctermfg=202 highlight vimBufnrWarn ctermbg=16 ctermfg=202 " highlight airline_tabtype ctermbg=15 ctermfg=34 "typos iab strign string iab pritn print iab retrun return iab fucntion function iab funciton function iab tehn then iab coutn count iab accoutn account iab applciation application "netrw let g:netrw_sort_by = 'date' let g:netrw_sort_direction = 'reverse' let g:netrw_banner = 0 let g:netrw_liststyle = 3 let g:netrw_browse_split = 1 let g:netrw_winsize = 15 let g:netrw_fastbrowse = 1 let g:netrw_sort_by = 'name' let g:netrw_sort_direction = 'normal' "vimcompletesme let g:vcm_default_maps = 0 autocmd FileType c,cpp let b:vcm_tab_complete = "omni" autocmd FileType lua let b:vcm_tab_complete = "omni" autocmd FileType python let b:vcm_tab_complete = "omni" autocmd FileType javasript let b:vcm_tab_complete = "omni" "sets the dictionary for autocompletion with and for the "filetypes set dictionary+=/usr/share/dict/words autocmd FileType markdown,text,vimwiki,tex setlocal complete+=k "fzf map f :Files! let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.7 } } let g:fzf_colors = \ { 'fg': ['fg', 'Normal'], \ 'bg': ['bg', 'Normal'], \ 'hl': ['fg', 'Comment'], \ 'fg+': ['fg', 'CursorLine', 'CursorColumn', 'Normal'], \ 'bg+': ['bg', 'CursorLine', 'CursorColumn'], \ 'hl+': ['fg', 'Statement'], \ 'info': ['fg', 'PreProc'], \ 'border': ['fg', 'Ignore'], \ 'prompt': ['fg', 'Conditional'], \ 'pointer': ['fg', 'Exception'], \ 'marker': ['fg', 'Keyword'], \ 'spinner': ['fg', 'Label'], \ 'header': ['fg', 'Comment'] } "asterisk.vim, is.vim, incsearch.vim, edgemotion map * (asterisk-*) map # (asterisk-#) map g* (asterisk-g*) map g# (asterisk-g#) map z* (asterisk-z*) map gz* (asterisk-gz*) map z# (asterisk-z#) map gz# (asterisk-gz#) map / (incsearch-forward) map ? (incsearch-backward) map g/ (incsearch-stay) " map (edgemotion-j) " map (edgemotion-k) let g:semanticTermColors = [27,33,2,3,4,5,6,7,25,9,10,34,12,13,14,15,16,125,124,19] "camelcase and snakecase motions "let g:camelchar = "A-Z" "let g:camelchar = "A-Z0-9" let g:camelchar = "A-Z0-9.,;:{([`'\"_" nnoremap :call search('\C\<\\%(^\[^'.g:camelchar.']\@<=\)['.g:camelchar.']\['.g:camelchar.']\ze\%([^'.g:camelchar.']\&\>\@!\)\\%^','bW') nnoremap :call search('\C\<\\%(^\[^'.g:camelchar.']\@<=\)['.g:camelchar.']\['.g:camelchar.']\ze\%([^'.g:camelchar.']\&\>\@!\)\\%$','W') inoremap :call search('\C\<\\%(^\[^'.g:camelchar.']\@<=\)['.g:camelchar.']\['.g:camelchar.']\ze\%([^'.g:camelchar.']\&\>\@!\)\\%^','bW') inoremap :call search('\C\<\\%(^\[^'.g:camelchar.']\@<=\)['.g:camelchar.']\['.g:camelchar.']\ze\%([^'.g:camelchar.']\&\>\@!\)\\%$','W') vnoremap :call search('\C\<\\%(^\[^'.g:camelchar.']\@<=\)['.g:camelchar.']\['.g:camelchar.']\ze\%([^'.g:camelchar.']\&\>\@!\)\\%^','bW')v`>o vnoremap `>:call search('\C\<\\%(^\[^'.g:camelchar.']\@<=\)['.g:camelchar.']\['.g:camelchar.']\ze\%([^'.g:camelchar.']\&\>\@!\)\\%$','W')v` inoremap ' '' inoremap ` `` inoremap ( () inoremap [ [] inoremap { {} inoremap { {}O inoremap {; {};O "ultisnips let g:UltiSnipsExpandTrigger="" " let g:UltiSnipsListSnippets="" let g:UltiSnipsJumpForwardTrigger="" let g:UltiSnipsJumpBackwardTrigger="" "ycm " let g:ycm_auto_hover = "" nnoremap jc :YcmCompleter GoToDeclaration nnoremap jf :YcmCompleter GoToDefinition nnoremap jr :YcmCompleter GoToReferences nnoremap ji :YcmCompleter GoToInclude nnoremap jj :YcmCompleter GoTo nnoremap jt :YcmCompleter GoToType nnoremap gt :YcmCompleter GetType nnoremap gd :YcmCompleter GetDoc nnoremap rr :YcmCompleter RefactorRename nmap D (YCMHover) let g:ycm_collect_identifiers_from_tags_files = 1 let g:ycm_seed_identifiers_with_syntax = 1 augroup YCMDocCFam autocmd! autocmd FileType c,cpp let b:ycm_hover = { \ 'command': 'GetDoc', \ 'syntax': &filetype \ } augroup END augroup YCMDocJS autocmd! autocmd FileType javascript let b:ycm_hover = { \ 'command': 'GetDoc', \ 'syntax': &filetype \ } augroup END augroup YCMDocPy autocmd! autocmd FileType python let b:ycm_hover = { \ 'command': 'GetDoc', \ 'syntax': &filetype \ } augroup END augroup YCMDocGo autocmd! autocmd FileType go let b:ycm_hover = { \ 'command': 'GetDoc', \ 'syntax': &filetype \ } augroup END let g:ycm_language_server = [ \ {'name': 'vim', \ 'filetypes': [ 'vim' ], \ 'cmdline': [ 'vim-language-server', '--stdio' ] \ }, \ { \ 'name': 'bash', \ 'cmdline': [ 'bash-language-server' , 'start' ], \ 'filetypes': [ 'sh', 'bash' ], \ }, \] let g:qs_highlight_on_keys = ["f", "F", "t", "T"] let g:git_messenger_always_into_popup=v:true nmap gg :call setbufvar(winbufnr(popup_atcursor(split(system("git log -n 1 -L " . line(".") . ",+1:" . expand("%:p")), "\n"), { "padding": [1,1,1,1], "pos": "botleft", "wrap": 0 })), "&filetype", "git") "vim-haskell let g:haskell_enable_quantification = 1 let g:haskell_enable_recursivedo = 1 let g:haskell_enable_arrowsyntax = 1 let g:haskell_enable_pattern_synonyms = 1 let g:haskell_enable_typeroles = 1 let g:haskell_enable_static_pointers = 1 let g:haskell_backpack = 1 let g:haskell_disable_TH = 0 "keeps track of the cursor in insert mode, pull it back by one so it appears "not to move when exiting insert let CursorColumnI = 0 autocmd InsertEnter * let CursorColumnI = col('.') autocmd CursorMovedI * let CursorColumnI = col('.') autocmd InsertLeave * if col('.') != CursorColumnI | call cursor(0, col('.')+1) | endif "window resizing if bufwinnr(1) nnoremap > nnoremap < nnoremap - nnoremap + endif "Tab navigation nnoremap :tabprevious nnoremap :tabnext nnoremap :tabnew nnoremap :tabclose inoremap :tabprevious inoremap :tabnext inoremap :tabnew inoremap :tabclose "copy and paste between different Vim instances nmap _Y :!echo ""> ~/.vi_tmp:w! ~/.vi_tmp vmap _Y :w! ~/.vi_tmp nmap _P :r ~/.vi_tmp "gutentags let g:gutentags_generate_on_empty_buffer = 1 let g:gutentags_plus_nomap = 1 "run Vman for the word under the cursor map v (Vman) autocmd Filetype man setlocal relativenumber "context let g:context_enabled = 0 let g:context_add_mappings = 0 let g:context_presenter = 'vim-popup' augroup AUSpell autocmd! autocmd FileType markdown,txt,vimwiki,tex set spell augroup END nnoremap b :Make command -nargs=* Make call s:make() let s:making = 0 function s:make(args) abort if s:making if bufwinid(s:make_buf) == -1 "show making buffer exe 'sbuffer' s:make_buf wincmd p else "hide making buffer exe printf('%d wincmd q', bufwinnr(s:make_buf)) endif return endif "delete last result if exists('s:make_buf') && bufexists(s:make_buf) silent! exe 'bdelete' s:make_buf endif "spawn new make let cmd = 'make' if !empty(a:args) let cmd.= ' ' . a:args endif let options = {'close_cb': function('s:make_callback'), 'term_rows': 10} let s:make_buf = term_start(cmd, options) let s:making = 1 wincmd p endfunction function s:make_callback(channel) "look, you can not get buffer content directly here. call timer_start(10, function('s:make_callback_impl')) endfunction function s:make_callback_impl(timer) abort exe 'cgetbuffer' s:make_buf "consider entry with num zero bufnr and lnum an error or warning let qfl = filter(getqflist(), {k,v -> v.bufnr != 0 && v.lnum != 0}) if empty(qfl) echo "make successful" else echohl WarningMsg echom printf('found %d qf entries', len(qfl)) echohl None endif let s:making = 0 endfunction "arpeggio mappings try call arpeggio#map('i', '', 0, 'jk', '') catch endtry let g:limelight_conceal_ctermfg = 240 let g:limelight_default_coefficient = 0.7 let g:limelight_paragraph_span = 1 let g:goyo_width = 120 let g:goyo_height = 85 nnoremap ss :SignifyToggleHighligh let g:startify_files_number = 20 let g:startify_custom_header = 'startify#pad(startify#fortune#boxed())' "ale let g:ale_linters_explicit = 1 let g:ale_completion_enabled = 0 let g:ale_warn_about_trailing_whitespace = 0 let g:ale_disable_lsp = 1 let g:ale_change_sign_column_color = 1 let g:ale_fix_on_save = 1 let g:ale_sign_column_always = 1 augroup ALEJS autocmd! autocmd FileType javascript let b:ale_linters = {'javascript': ['eslint']} autocmd FileType javascript let b:ale_fixers = {'javascript': ['prettier']} augroup END augroup ALEPY autocmd! autocmd FileType python let b:ale_linters = {'python': ['flake8']} autocmd FileType python let b:ale_fixers = {'python': ['autopep8']} augroup END "latex let g:tex_flavor = 'latex' let g:vimtex_matchparen_enabled = 0 let g:vimtex_view_method = 'zathura' "indent guide let g:indent_guides_guide_size = 1 let g:indent_guides_start_level = 2 let g:indent_guides_tab_guides = 0 let g:indent_guides_enable_on_vim_startup = 1 let g:indent_guides_exclude_filetypes = ['help', 'nerdtree', 'man', 'vimwiki', 'go'] let g:indent_guides_default_mapping = 0 "ctrlspace if executable("rg") let g:CtrlSpaceGlobCommand = 'rg -l --color never -g ""' endif hi CtrlSpaceNormal ctermfg=36 ctermbg=NONE hi CtrlSpaceSelected ctermbg=27 ctermfg=15 hi CtrlSpaceSearch ctermfg=25 ctermbg=NONE hi CtrlSpaceStatusLine ctermfg=99 ctermbg=NONE cterm=bold "vim-go let g:go_auto_sameids = 1 let g:go_highlight_functions = 1 let g:go_highlight_function_calls = 1 let g:go_highlight_types = 1 let g:go_highlight_operators = 1 let g:go_highlight_function_parameters = 1 " let g:go_highlight_variable_declarations = 1 " let g:go_highlight_variable_assignments = 1 let g:go_doc_popup_window = 1 let g:go_code_completion_enabled = 0 "easymotion hi EasyMotionTarget ctermbg=none ctermfg=22 cterm=bold hi EasyMotionShade ctermbg=none ctermfg=darkgrey hi EasyMotionTarget2First ctermbg=none ctermfg=33 cterm=bold hi EasyMotionTarget2Second ctermbg=none ctermfg=39 cterm=bold hi EasyMotionMoveHL ctermbg=green ctermfg=black hi EasyMotionIncSearch ctermbg=green ctermfg=black "maximizer let g:maximizer_set_default_mapping = 0 nnoremap z :MaximizerToggle! vnoremap z :MaximizerToggle!gv inoremap z :MaximizerToggle! "pgsql let g:sql_type_default = 'pgsql' let b:sql_type_override='pgsql' | set ft=sql let g:pgsql_pl = ['python'] " uses " register to keep last cursor position in buffers autocmd BufReadPost * \ if line("'\"") >= 1 && line("'\"") <= line("$") && &ft !~# 'commit' \ | exe "normal! g`\"" \ | endif "checkbashism if executable("checkbashisms") autocmd FileType sh compiler checkbashisms endif let g:checkbashisms_cwindow = 1 let g:checkbashisms_onwrite = 1 "css augroup VimCSS3Syntax autocmd! autocmd FileType css setlocal iskeyword+=- augroup END if has('cscope') set cscopetag cscopeverbose if has('quickfix') set cscopequickfix=s-,c-,d-,i-,t-,e- endif cnoreabbrev csa ((getcmdtype() == ':' && getcmdpos() <= 4)? 'cs add' : 'csa') cnoreabbrev csf ((getcmdtype() == ':' && getcmdpos() <= 4)? 'cs find' : 'csf') cnoreabbrev csk ((getcmdtype() == ':' && getcmdpos() <= 4)? 'cs kill' : 'csk') cnoreabbrev csr ((getcmdtype() == ':' && getcmdpos() <= 4)? 'cs reset' : 'csr') cnoreabbrev css ((getcmdtype() == ':' && getcmdpos() <= 4)? 'cs show' : 'css') cnoreabbrev csh ((getcmdtype() == ':' && getcmdpos() <= 4)? 'cs help' : 'csh') command -nargs=0 Cscope cs add $VIMSRC/src/cscope.out $VIMSRC/src endif if has("gui") " set guifont=DejaVu_Sans_Mono_for_Powerline:h10 set guioptions-=m set guioptions-=T set guioptions-=L set guioptions-=r endif "vimwiki let wiki = {} let wiki.path = '~/vimwiki/' let wiki.nested_syntaxes = {'python': 'python', 'c++': 'cpp', 'c':'c', 'go':'go', 'javascript':'javascript', 'sh':'sh', 'yaml':'yaml', 'Dockerfile':'Dockerfile'} let g:vimwiki_list = [wiki] let g:vimwiki_global_ext = 0 " let g:vimwiki_list = [{'path': '~/devi/devi/work/vimwiki.git/master', 'syntax': 'markdown', 'ext': '.wiki'}] "this should be here at the end so nothing else could override it hi SpecialKey ctermbg=16 hi Pmenu ctermbg=233 hi SignColumn ctermbg=16