Compare commits
No commits in common. "3b596e5a0ebf233b3a13921317816df17f6044e8" and "232a1ba12f7682294a139a1f16404630cbd411de" have entirely different histories.
3b596e5a0e
...
232a1ba12f
@ -1,3 +1,2 @@
|
||||
animdl
|
||||
td-watson
|
||||
cppman
|
||||
|
@ -1,7 +1,7 @@
|
||||
# zathura
|
||||
function thur; zathura $argv; end
|
||||
# stricter sandbox zathura
|
||||
function zathsec; /usr/bin/zathura -c ~/.config/zathura-sec $argv; end
|
||||
function zathsec; zathura -c ~/.config/zathura-sec $argv; end
|
||||
|
||||
# tmux with 256-color
|
||||
function tmx; tmux -2 $argv; end
|
||||
|
@ -98,8 +98,7 @@ if $SYSTEM_PROFILE == "DEFAULT"
|
||||
source $XDG_CONFIG_HOME/nvim/coding.vim
|
||||
|
||||
" notes and documents stuff
|
||||
" see ftplugin/typst.vim for binds and stuff
|
||||
Plug 'kaarmu/typst.vim'
|
||||
source $XDG_CONFIG_HOME/nvim/typst.vim
|
||||
endif
|
||||
|
||||
" color theme
|
||||
|
@ -1,3 +1,6 @@
|
||||
" typst filetype support
|
||||
Plug 'kaarmu/typst.vim'
|
||||
|
||||
" edit figure in Inkscape
|
||||
function EditFig()
|
||||
" expands filename under cursor
|
||||
@ -28,4 +31,4 @@ nnoremap <silent><leader>fc :call TypstWatch()<cr>
|
||||
|
||||
nnoremap <silent><leader>fr :silent exec "!zathura --fork " . expand("%:p:r") . ".pdf &"<cr>
|
||||
|
||||
let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '$':'$', "```" : "```", "`": "`"}
|
||||
au Filetype typst let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '$':'$', "```" : "```", "`": "`"}
|
@ -2,8 +2,8 @@
|
||||
|
||||
if has('python3') && ($SYSTEM_PROFILE == "DEFAULT" || $SYSTEM_PROFILE == "SLIM")
|
||||
Plug 'SirVer/ultisnips'
|
||||
let g:UltiSnipsExpandTrigger="<tab>"
|
||||
let g:UltiSnipsJumpForwardTrigger="<tab>"
|
||||
let g:UltiSnipsJumpBackwardTrigger="<s-tab>"
|
||||
let g:UltiSnipsExpandTrigger="<c-m>"
|
||||
let g:UltiSnipsJumpForwardTrigger="<c-l>"
|
||||
let g:UltiSnipsJumpBackwardTrigger="<c-b>"
|
||||
let g:UltiSnipsSnippetDirectories=[$HOME.'/.config/nvim/ultisnips/']
|
||||
endif
|
||||
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
# local text dictionary
|
||||
# download dictionary here:
|
||||
# https://github.com/sujithps/Dictionary/raw/master/Oxford%20English%20Dictionary.txt
|
||||
|
||||
cat dox/dic | sed '/^$/d' | fzf -q "^"
|
Loading…
x
Reference in New Issue
Block a user