Browse Source

add kitty config

master
Schneider 4 years ago
parent
commit
4695725cec
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 4
      init.vim
  2. 28
      kitty/kitty.conf

4
init.vim

@ -31,7 +31,7 @@ Plug 'lambdalisue/suda.vim' " As w!! did not work anymore in nvim
Plug 'https://github.com/alok/notational-fzf-vim' " note taking
Plug 'prettier/vim-prettier', { 'do': 'npm install' } " prettier integration
Plug 'honza/vim-snippets' " Collection of Snippets, used by coc-snippet
Plug 'ludovicchabant/vim-gutentags', { 'for': 'php' } " Keep tags in sync
Plug 'ludovicchabant/vim-gutentags', { 'for': ['js', 'vue', 'php'] } " Keep tags in sync
" {{{ CocPlugins
Plug 'neoclide/coc-json', { 'do': 'yarn install --frozen-lockfile' }
@ -67,8 +67,8 @@ Plug 'lervag/vimtex', { 'for': 'tex' }
"}}}
" Markdown{{{
Plug 'suan/vim-instant-markdown', { 'for': 'markdown' }
Plug 'tpope/vim-markdown', { 'for': 'markdown'}
Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app & yarn install', 'for': 'markdown' }
"}}}
" Colorschemes{{{

28
kitty/kitty.conf

@ -0,0 +1,28 @@
# Dark
background #002b36
foreground #839496
cursor #93a1a1
selection_background #81908f
selection_foreground #002831
color0 #073642
color1 #dc322f
color2 #859900
color3 #b58900
color4 #268bd2
color5 #d33682
color6 #2aa198
color7 #eee8d5
color9 #cb4b16
color8 #002b36
color10 #586e75
color11 #657b83
color12 #839496
color13 #6c71c4
color14 #93a1a1
color15 #fdf6e3
font_family Fira Code
font_size 12.0
Loading…
Cancel
Save