diff options
author | Yigit Sever | 2019-08-02 14:29:29 +0300 |
---|---|---|
committer | Yigit Sever | 2019-08-02 14:29:29 +0300 |
commit | d394d6e3922a664606ba778cf350f1d1634f8c2a (patch) | |
tree | 11b353477bdcd99d41d88b8a82bfe27060576e36 /.config | |
parent | 6dbdaed9e2586d8198105fcbb73610aff741d404 (diff) | |
parent | 332fd9fbdd6ce75915ee31a31cbf81e1e0b260ed (diff) | |
download | dotfiles-d394d6e3922a664606ba778cf350f1d1634f8c2a.tar.gz dotfiles-d394d6e3922a664606ba778cf350f1d1634f8c2a.tar.bz2 dotfiles-d394d6e3922a664606ba778cf350f1d1634f8c2a.zip |
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
Diffstat (limited to '.config')
-rw-r--r-- | .config/kitty/kitty.conf | 76 | ||||
-rwxr-xr-x | .config/nvim/init.vim | 40 |
2 files changed, 77 insertions, 39 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 64864cb..96f9e05 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf | |||
@@ -55,7 +55,7 @@ remember_window_size no | |||
55 | initial_window_width 80c | 55 | initial_window_width 80c |
56 | initial_window_height 24c | 56 | initial_window_height 24c |
57 | 57 | ||
58 | window_padding_width 5.0 | 58 | window_padding_width 0.0 |
59 | 59 | ||
60 | #: }}} | 60 | #: }}} |
61 | 61 | ||
@@ -75,27 +75,59 @@ inactive_tab_font_style normal | |||
75 | #: }}} | 75 | #: }}} |
76 | 76 | ||
77 | #: Color scheme {{{ | 77 | #: Color scheme {{{ |
78 | foreground #d8dee9 | 78 | |
79 | background #2e3440 | 79 | # Dark |
80 | selection_foreground #2e3440 | 80 | |
81 | selection_background #d8dee9 | 81 | background #002b36 |
82 | 82 | foreground #839496 | |
83 | color0 #3b4252 | 83 | cursor #93a1a1 |
84 | color1 #bf616a | 84 | |
85 | color2 #a3be8c | 85 | selection_background #81908f |
86 | color3 #ebcb8b | 86 | selection_foreground #002831 |
87 | color4 #81a1c1 | 87 | |
88 | color5 #b48ead | 88 | color0 #073642 |
89 | color6 #88c0d0 | 89 | color1 #dc322f |
90 | color7 #e5e9f0 | 90 | color2 #859900 |
91 | color8 #4c566a | 91 | color3 #b58900 |
92 | color9 #bf616a | 92 | color4 #268bd2 |
93 | color10 #a3be8c | 93 | color5 #d33682 |
94 | color11 #ebcb8b | 94 | color6 #2aa198 |
95 | color12 #81a1c1 | 95 | color7 #eee8d5 |
96 | color13 #b48ead | 96 | color9 #cb4b16 |
97 | color14 #8fbcbb | 97 | color8 #002b36 |
98 | color15 #eceff4 | 98 | color10 #586e75 |
99 | color11 #657b83 | ||
100 | color12 #839496 | ||
101 | color13 #6c71c4 | ||
102 | color14 #93a1a1 | ||
103 | color15 #fdf6e3 | ||
104 | |||
105 | # Light | ||
106 | |||
107 | #background #fdf6e3 | ||
108 | #foreground #657b83 | ||
109 | #cursor #586e75 | ||
110 | # | ||
111 | #selection_background #475b62 | ||
112 | #selection_foreground #eae3cb | ||
113 | # | ||
114 | #color0 #073642 | ||
115 | #color8 #002b36 | ||
116 | #color1 #dc322f | ||
117 | #color9 #cb4b16 | ||
118 | #color2 #859900 | ||
119 | #color10 #586e75 | ||
120 | #color3 #b58900 | ||
121 | #color11 #657b83 | ||
122 | #color4 #268bd2 | ||
123 | #color12 #839496 | ||
124 | #color5 #d33682 | ||
125 | #color13 #6c71c4 | ||
126 | #color6 #2aa198 | ||
127 | #color14 #93a1a1 | ||
128 | #color7 #eee8d5 | ||
129 | #color15 #fdf6e3 | ||
130 | |||
99 | 131 | ||
100 | #: }}} | 132 | #: }}} |
101 | 133 | ||
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index e529898..0b72413 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
@@ -29,10 +29,12 @@ Plug 'majutsushi/tagbar' | |||
29 | Plug 'bling/vim-airline' | 29 | Plug 'bling/vim-airline' |
30 | 30 | ||
31 | " color themes | 31 | " color themes |
32 | Plug 'arcticicestudio/nord-vim' | 32 | Plug 'lifepillar/vim-solarized8' |
33 | Plug 'aonemd/kuroi.vim' | 33 | |
34 | Plug 'ayu-theme/ayu-vim' | 34 | " Plug 'arcticicestudio/nord-vim' |
35 | Plug 'lifepillar/vim-gruvbox8' | 35 | " Plug 'aonemd/kuroi.vim' |
36 | " Plug 'ayu-theme/ayu-vim' | ||
37 | " Plug 'lifepillar/vim-gruvbox8' | ||
36 | 38 | ||
37 | "Personal wiki | 39 | "Personal wiki |
38 | Plug 'vimwiki/vimwiki' | 40 | Plug 'vimwiki/vimwiki' |
@@ -42,13 +44,15 @@ Plug 'junegunn/goyo.vim' | |||
42 | Plug 'lervag/vimtex' | 44 | Plug 'lervag/vimtex' |
43 | 45 | ||
44 | "visual display of indent levels | 46 | "visual display of indent levels |
45 | Plug 'nathanaelkane/vim-indent-guides' | 47 | Plug 'thaerkh/vim-indentguides' |
46 | "text alignment | 48 | "text alignment |
47 | Plug 'godlygeek/tabular' | 49 | Plug 'godlygeek/tabular' |
48 | "color code highlight | 50 | "color code highlight |
49 | Plug 'chrisbra/Colorizer' | 51 | Plug 'chrisbra/Colorizer' |
50 | "move selections up and down | 52 | "move selections up and down |
51 | Plug 'matze/vim-move' | 53 | Plug 'matze/vim-move' |
54 | " search/select/edit sandwiched textobjects (vim-surround) | ||
55 | Plug 'machakann/vim-sandwich' | ||
52 | 56 | ||
53 | "folding ledger files | 57 | "folding ledger files |
54 | Plug 'ledger/vim-ledger' | 58 | Plug 'ledger/vim-ledger' |
@@ -70,8 +74,6 @@ Plug 'svermeulen/vim-yoink' | |||
70 | 74 | ||
71 | "enable repeating supported plugin maps with '.' | 75 | "enable repeating supported plugin maps with '.' |
72 | Plug 'tpope/vim-repeat' | 76 | Plug 'tpope/vim-repeat' |
73 | "quoting/parenthesizing made simple | ||
74 | Plug 'tpope/vim-surround' | ||
75 | "pairs of handy bracket mappings | 77 | "pairs of handy bracket mappings |
76 | Plug 'tpope/vim-unimpaired' | 78 | Plug 'tpope/vim-unimpaired' |
77 | "git wrapper | 79 | "git wrapper |
@@ -160,21 +162,21 @@ if executable('rg') | |||
160 | set grepprg=rg\ --vimgrep\ --no-heading | 162 | set grepprg=rg\ --vimgrep\ --no-heading |
161 | endif | 163 | endif |
162 | 164 | ||
165 | let g:indentguides_ignorelist = ['text', 'tex', 'vimwiki'] | ||
166 | |||
163 | " }}} | 167 | " }}} |
164 | 168 | ||
165 | "{{{Look and Feel | 169 | "{{{Look and Feel |
166 | 170 | ||
167 | set termguicolors | 171 | set termguicolors |
168 | 172 | ||
169 | let g:nord_underline = 1 | 173 | " let g:nord_underline = 1 |
170 | let g:nord_italic = 1 | 174 | " let g:nord_italic = 1 |
171 | let g:nord_italic_comments = 1 | 175 | " let g:nord_italic_comments = 1 |
172 | let g:nord_cursor_line_number_background = 1 | 176 | " let g:nord_cursor_line_number_background = 1 |
177 | " let ayucolor="light" | ||
173 | 178 | ||
174 | let ayucolor="light" | 179 | colorscheme solarized8 |
175 | |||
176 | colorscheme nord | ||
177 | " colorscheme ayu | ||
178 | 180 | ||
179 | " }}} | 181 | " }}} |
180 | 182 | ||
@@ -213,8 +215,8 @@ nnoremap <silent> <Leader><cr> :noh<cr> | |||
213 | nnoremap <space> za | 215 | nnoremap <space> za |
214 | " Search mappings: These will make it so that going to the next one in a | 216 | " Search mappings: These will make it so that going to the next one in a |
215 | " search will center on the line it's found in. | 217 | " search will center on the line it's found in. |
216 | map N Nzz | 218 | " map N Nzz |
217 | map n nzz | 219 | " map n nzz |
218 | 220 | ||
219 | nnoremap <leader>d :WebsterSearch(expand('<cWORD>'))<cr> | 221 | nnoremap <leader>d :WebsterSearch(expand('<cWORD>'))<cr> |
220 | vnoremap <leader>d :<c-u>WebsterSearch(@*)<cr> | 222 | vnoremap <leader>d :<c-u>WebsterSearch(@*)<cr> |
@@ -222,6 +224,10 @@ vnoremap <leader>d :<c-u>WebsterSearch(@*)<cr> | |||
222 | " checkmarks on vimwiki | 224 | " checkmarks on vimwiki |
223 | nmap <Leader>v <Plug>VimwikiToggleListItem | 225 | nmap <Leader>v <Plug>VimwikiToggleListItem |
224 | 226 | ||
227 | nmap ` <Plug>Sneak_s | ||
228 | nmap <leader>` <Plug>Sneak_S | ||
229 | nnoremap ' ` | ||
230 | |||
225 | """"""""""""""""""""""""""" | 231 | """"""""""""""""""""""""""" |
226 | " yanks/registers/clips " | 232 | " yanks/registers/clips " |
227 | """"""""""""""""""""""""""" | 233 | """"""""""""""""""""""""""" |