mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Compare commits
No commits in common. "e7a40241e42c2d5eb00f6c65f54547c0988d9e38" and "82581bb4cb629b055b945df29e5d19a45136eca6" have entirely different histories.
e7a40241e4
...
82581bb4cb
4 changed files with 4 additions and 18 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,7 +1,5 @@
|
|||
*.swp
|
||||
/tmp/
|
||||
/.netrwhist
|
||||
/plugged/*
|
||||
/autoload/plug.vim.old
|
||||
/.envrc
|
||||
/localvim
|
||||
tmp/
|
||||
.netrwhist
|
||||
plugged/*
|
||||
autoload/plug.vim.old
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
" local settings when editing this repo
|
||||
10
shell.nix
10
shell.nix
|
|
@ -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
1
vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue