mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
refactor: remove modelines from Lua files
Now that we have builtin EditorConfig support and a formatting check in CI, these are not necessary.
This commit is contained in:
@ -2384,4 +2384,3 @@ lsp.commands = setmetatable({}, {
|
||||
})
|
||||
|
||||
return lsp
|
||||
-- vim:sw=2 ts=2 et
|
||||
|
@ -806,4 +806,3 @@ function M.execute_command(command_params)
|
||||
end
|
||||
|
||||
return M
|
||||
-- vim:sw=2 ts=2 et
|
||||
|
@ -644,4 +644,3 @@ for k, fn in pairs(M) do
|
||||
end
|
||||
|
||||
return M
|
||||
-- vim:sw=2 ts=2 et
|
||||
|
@ -174,4 +174,3 @@ function log.should_log(level)
|
||||
end
|
||||
|
||||
return log
|
||||
-- vim:sw=2 ts=2 et
|
||||
|
@ -894,4 +894,3 @@ function protocol.resolve_capabilities(server_capabilities)
|
||||
end
|
||||
|
||||
return protocol
|
||||
-- vim:sw=2 ts=2 et
|
||||
|
@ -753,4 +753,3 @@ return {
|
||||
client_errors = client_errors,
|
||||
create_read_loop = create_read_loop,
|
||||
}
|
||||
-- vim:sw=2 ts=2 et
|
||||
|
@ -2154,4 +2154,3 @@ M._get_line_byte_from_position = get_line_byte_from_position
|
||||
M.buf_versions = {}
|
||||
|
||||
return M
|
||||
-- vim:sw=2 ts=2 et
|
||||
|
@ -811,4 +811,3 @@ function vim.defaulttable(create)
|
||||
end
|
||||
|
||||
return vim
|
||||
-- vim:sw=2 ts=2 et
|
||||
|
@ -134,4 +134,3 @@ return {
|
||||
uri_to_fname = uri_to_fname,
|
||||
uri_to_bufnr = uri_to_bufnr,
|
||||
}
|
||||
-- vim:sw=2 ts=2 et
|
||||
|
@ -1115,5 +1115,3 @@ describe('ShaDa changes support code', function()
|
||||
eq(found, 100)
|
||||
end)
|
||||
end)
|
||||
|
||||
-- vim: ts=2 sw=2
|
||||
|
Reference in New Issue
Block a user