This commit is contained in:
Nicole Dresselhaus 2023-11-17 10:38:21 +01:00
parent 250e1a86f9
commit 40475c7dbc
4 changed files with 13 additions and 2 deletions

View File

@ -34,6 +34,7 @@ $python\
[](fg:#175480 bg:#218078)\
$fill\
$time\
$fill\
[](fg:#218078)
[ ](bg:#6d3e80)$directory$character
"""

View File

@ -68,6 +68,9 @@ Plug 'guns/vim-sexp', {'for': 'clojure'}
Plug 'liquidz/vim-iced', {'for': 'clojure'}
Plug 'liquidz/vim-iced-coc-source', {'for': 'clojure'}
" todo.txt
Plug 'freitass/todo.txt-vim'
call plug#end()
@ -75,6 +78,7 @@ call plug#end()
" set leader to space
let mapleader= "\<SPACE>"
let maplocalleader= ";"
" autocmd InsertEnter * :set number
" autocmd InsertEnter * :set norelativenumber
@ -349,6 +353,7 @@ let g:iced_enable_auto_document = 'any' " automatically open documentati
" THEME-RELATED STUFF
syntax enable
filetype plugin on
" enable true color
set termguicolors
" enable italics, load colorscheme
@ -369,11 +374,11 @@ autocmd BufRead,BufNewFile *.markdown hi SpellBad guibg=#582828 gui=none
" set languages to english and german
set spelllang=de_de,en_us
let g:vim_markdown_toc_autofit = 1
let g:vim_markdown_toc_autofit = 0
let g:vim_markdown_emphasis_multiline = 1
let g:vim_markdown_math = 1
let g:vim_markdown_new_list_item_indent = 2
let g:vim_markdown_folding_level = 6
let g:vim_markdown_folding_level = 0
" disable instant-markdown-preview
let g:instant_markdown_autostart = 0

View File

@ -1,3 +1,8 @@
workgroup
Startexpression
Automimicry
rebalance
Overfit
Liv
gim
Braindump

Binary file not shown.