diff options
author | Yigit Sever | 2021-10-06 02:27:53 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-06 02:27:53 +0300 |
commit | 476eaf27a53a1d95b0af7c97f960718c32429b43 (patch) | |
tree | d7190276519b6bf7e65cfd60a293fe4b473b5664 /.config/nvim/init.vim | |
parent | 4374acde9c8e97439f950ceebb72b15e68ab6169 (diff) | |
download | dotfiles-476eaf27a53a1d95b0af7c97f960718c32429b43.tar.gz dotfiles-476eaf27a53a1d95b0af7c97f960718c32429b43.tar.bz2 dotfiles-476eaf27a53a1d95b0af7c97f960718c32429b43.zip |
nvim: ft plugins kitty & i3config
Diffstat (limited to '.config/nvim/init.vim')
-rwxr-xr-x | .config/nvim/init.vim | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index b29c33a..c673870 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
@@ -37,6 +37,8 @@ Plug 'machakann/vim-highlightedyank' | |||
37 | Plug 'tmsvg/pear-tree' | 37 | Plug 'tmsvg/pear-tree' |
38 | " language packs | 38 | " language packs |
39 | Plug 'sheerun/vim-polyglot' | 39 | Plug 'sheerun/vim-polyglot' |
40 | " i3 config syntax | ||
41 | Plug 'mboughaba/i3config.vim' | ||
40 | " git diff in the sign column | 42 | " git diff in the sign column |
41 | Plug 'airblade/vim-gitgutter' | 43 | Plug 'airblade/vim-gitgutter' |
42 | " gitk apparently | 44 | " gitk apparently |
@@ -69,7 +71,8 @@ Plug 'vim-airline/vim-airline-themes' | |||
69 | Plug 'mbbill/undotree' | 71 | Plug 'mbbill/undotree' |
70 | " preview colours in source code | 72 | " preview colours in source code |
71 | Plug 'ap/vim-css-color' | 73 | Plug 'ap/vim-css-color' |
72 | 74 | " kitty config filetype | |
75 | Plug 'fladson/vim-kitty' | ||
73 | " }}} heresy " | 76 | " }}} heresy " |
74 | 77 | ||
75 | " colour theme of $CURRENT_YEAR | 78 | " colour theme of $CURRENT_YEAR |