Compare commits

..

No commits in common. "e7a40241e42c2d5eb00f6c65f54547c0988d9e38" and "82581bb4cb629b055b945df29e5d19a45136eca6" have entirely different histories.

4 changed files with 4 additions and 18 deletions

10
.gitignore vendored
View file

@ -1,7 +1,5 @@
*.swp
/tmp/
/.netrwhist
/plugged/*
/autoload/plug.vim.old
/.envrc
/localvim
tmp/
.netrwhist
plugged/*
autoload/plug.vim.old

View file

@ -1 +0,0 @@
" local settings when editing this repo

View file

@ -1,10 +0,0 @@
{ pkgs ? import(fetchTarball("https://github.com/NixOS/nixpkgs/archive/d51f8579f03a76718d643dd184ae964e6f0dd751.tar.gz")) {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
vim
neovim
vim-language-server
vim-vint
];
}

1
vimrc
View file

@ -269,7 +269,6 @@ augroup vimrc
autocmd FileType eruby setl softtabstop=2 shiftwidth=2
autocmd FileType coffee setl softtabstop=4 shiftwidth=4
autocmd BufRead,BufNewFile Guardfile setf ruby
autocmd BufRead,BufNewFile Steepfile setf ruby
autocmd BufRead,BufNewFile Vagrantfile setf ruby
autocmd BufRead,BufNewFile Steepfile setf ruby
autocmd BufRead,BufNewFile *.skim setf slim