Skip to content

Commit c8be3e0

Browse files
committed
Drop documentatino of obsolete workaround for lack of VIM support
Both VIM and Neovim have shipped with native support and for several releases. This obsolete work around just confuses the issue.
1 parent 223973b commit c8be3e0

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -515,28 +515,6 @@ git clone https://github.com/NoahTheDuke/vim-just.git
515515
[Nvim Treesitter](https://github.com/nvim-treesitter/nvim-treesitter) plugin
516516
for Neovim.
517517

518-
#### Makefile Syntax Highlighting
519-
520-
Vim's built-in makefile syntax highlighting isn't perfect for `justfile`s, but
521-
it's better than nothing. You can put the following in `~/.vim/filetype.vim`:
522-
523-
```vimscript
524-
if exists("did_load_filetypes")
525-
finish
526-
endif
527-
528-
augroup filetypedetect
529-
au BufNewFile,BufRead justfile setf make
530-
augroup END
531-
```
532-
533-
Or add the following to an individual `justfile` to enable `make` mode on a
534-
per-file basis:
535-
536-
```text
537-
# vim: set ft=make :
538-
```
539-
540518
### Emacs
541519

542520
[just-mode](https://github.com/leon-barrett/just-mode.el) provides syntax

0 commit comments

Comments
 (0)