5 Commits

2 changed files with 2 additions and 8 deletions

View File

@@ -1,12 +1,6 @@
dockerfile-syntax https://github.com/ekalinin/Dockerfile.vim.git
fugitive https://github.com/tpope/vim-fugitive.git
nerdtree https://github.com/preservim/nerdtree.git
nerdtree-git https://github.com/Xuyuanp/nerdtree-git-plugin.git
nim https://github.com/zah/nim.vim.git
solarized https://github.com/altercation/vim-colors-solarized.git
syntastic https://github.com/vim-syntastic/syntastic.git
terraform https://github.com/hashivim/vim-terraform.git
terragrunt https://github.com/yorinasub17/vim-terragrunt.git
toml-syntax https://github.com/cespare/vim-toml.git
vcl-vim-plugin https://github.com/smerrill/vcl-vim-plugin
zig https://github.com/ziglang/zig.vim.git

4
vimrc
View File

@@ -4,10 +4,11 @@ set modeline
set background=dark
set shell=/bin/bash
set splitbelow
set splitright
syntax on
if has('gui_running')
set gfn=Iosevka\ Medium\ 15
set gfn=Iosevka\ Medium\ 20
colorscheme solarized
let g:solarized_menu=0
else
@@ -30,4 +31,3 @@ func! WordProcessor()
set complete+=s
endfu
com! WP call WordProcessor()