Skip to content

Commit a604d87

Browse files
committed
Remove factually incorrect statement regarding EDN file detection in Vim
Since 2017-01-17 Vim detects *.edn files as Clojure EDN by default. See: <vim/vim#863>
1 parent f8594e7 commit a604d87

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Clojure.vim
22

3-
[Vim][] runtime files for [Clojure][]. This is a fork of
4-
[vim-clojure-static][].
3+
[Vim][] runtime files for [Clojure][]. This is a fork of [vim-clojure-static][].
54

65

76
## Installation
@@ -35,9 +34,6 @@ filetype plugin indent on
3534
can be invoked with the insert mode mappings `<C-X><C-O>` and `<C-X><C-U>`
3635
respectively.
3736

38-
If you install this project as a plugin, `*.edn` files are recognized as a
39-
Clojure filetype, overriding the built-in declaration as `edif`.
40-
4137

4238
## Configuration
4339

@@ -202,7 +198,7 @@ let g:clojure_align_subforms = 0
202198

203199
## Want to improve your Clojure development set up?
204200

205-
be sure to check out our list of [suggested Vim plugins in the
201+
Be sure to check out our list of [suggested Vim plugins in the
206202
Wiki](https://github.com/clojure-vim/clojure.vim/wiki/Plugins).
207203

208204

0 commit comments

Comments
 (0)