Compare commits
5 Commits
thinkpad-t
...
octoprint
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7ff4ec9c2 | ||
| 13948bcc19 | |||
| b66e8b84b1 | |||
| db8aee645e | |||
| 62a7d969d6 |
@@ -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
4
vimrc
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user