diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2023-04-13 15:29:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 23:29:13 +0200 |
commit | bfb28b62dab756ec76a73506c2070ddf491a0cdd (patch) | |
tree | 74696bb10da2a87409ed3447f6f06e1b742a82e3 /runtime/lua/vim/lsp/handlers.lua | |
parent | 66c66d8db8ab5cb6d0c6d85d64556d7cf20b04fa (diff) | |
download | rneovim-bfb28b62dab756ec76a73506c2070ddf491a0cdd.tar.gz rneovim-bfb28b62dab756ec76a73506c2070ddf491a0cdd.tar.bz2 rneovim-bfb28b62dab756ec76a73506c2070ddf491a0cdd.zip |
refactor: remove modelines from Lua files
Now that we have builtin EditorConfig support and a formatting check in
CI, these are not necessary.
Diffstat (limited to 'runtime/lua/vim/lsp/handlers.lua')
-rw-r--r-- | runtime/lua/vim/lsp/handlers.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/lua/vim/lsp/handlers.lua b/runtime/lua/vim/lsp/handlers.lua index d01f8e6159..71bef43bc1 100644 --- a/runtime/lua/vim/lsp/handlers.lua +++ b/runtime/lua/vim/lsp/handlers.lua @@ -644,4 +644,3 @@ for k, fn in pairs(M) do end return M --- vim:sw=2 ts=2 et |