aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/lex.vim
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/lex.vim')
-rw-r--r--dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/lex.vim11
1 files changed, 0 insertions, 11 deletions
diff --git a/dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/lex.vim b/dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/lex.vim
deleted file mode 100644
index 7dafebf..0000000
--- a/dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/lex.vim
+++ /dev/null
@@ -1,11 +0,0 @@
-" vim: ts=4 sw=4 et
-
-function! neomake#makers#ft#lex#EnabledMakers() abort
- return ['flex']
-endfunction
-
-function! neomake#makers#ft#lex#flex() abort
- return {
- \ 'errorformat': '%f:%l: %m'
- \ }
-endfunction