Skip to content

Commit

Permalink
update ls 1.16.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh Saini committed Sep 23, 2024
1 parent aa06fa2 commit b2bed29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lua/codeium/source.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ local function buf_to_codeium(bufnr)
language = language,
text = text,
line_ending = line_ending,
absolute_path = vim.api.nvim_buf_get_name(bufnr),
absolute_uri = 'file://' .. vim.api.nvim_buf_get_name(bufnr),
}
end

Expand Down Expand Up @@ -186,8 +186,8 @@ function Source:complete(params, callback)
editor_language = filetype,
language = language,
curson_position = { row = cursor.row, col = cursor.col },
absolute_path = vim.api.nvim_buf_get_name(bufnr),
relative_path = util.get_relative_path(bufnr),
absolute_uri = 'file://' .. vim.api.nvim_buf_get_name(bufnr),
workspace_uri = 'file://' .. util.get_relative_path(bufnr),
line_ending = line_ending,
cursor_offset = cursor_offset,
},
Expand Down
4 changes: 2 additions & 2 deletions lua/codeium/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.8.80",
"stamp": "ea9a89028334feda7d7ab8900d5f1d58e2f7c361",
"version": "1.16.18",
"stamp": "ca80eb7f62095935075d58a4fb83a011f628e365",
"hashes": {
"x86_64-linux": "sha256-0LZKNjDj2MXsGJRwkeuk9KEHRtU2Tgdccw1o0BTR5/M=",
"aarch64-linux": "sha256-VFrDFJ9VOjAX03R9ztAFwqjYudYIZnwGXa1sbGbQ1j4=",
Expand Down

0 comments on commit b2bed29

Please sign in to comment.