File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2400,11 +2400,11 @@ Default config:
24002400 {
24012401 editorInfo = {
24022402 name = "Neovim",
2403- version = "0.12.0-dev+gc2136e3590 "
2403+ version = "0.12.0-dev+gb756a6165a "
24042404 },
24052405 editorPluginInfo = {
24062406 name = "Neovim",
2407- version = "0.12.0-dev+gc2136e3590 "
2407+ version = "0.12.0-dev+gb756a6165a "
24082408 }
24092409 }
24102410 ```
Original file line number Diff line number Diff line change @@ -1564,11 +1564,11 @@ Default config:
15641564 {
15651565 editorInfo = {
15661566 name = "Neovim",
1567- version = "0.12.0-dev+gc2136e3590 "
1567+ version = "0.12.0-dev+gb756a6165a "
15681568 },
15691569 editorPluginInfo = {
15701570 name = "Neovim",
1571- version = "0.12.0-dev+gc2136e3590 "
1571+ version = "0.12.0-dev+gb756a6165a "
15721572 }
15731573 }
15741574- on_attach (use "gF" to view): ../lsp/copilot.lua:79
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ return {
1414 root_dir = function (bufnr , on_dir )
1515 local fname = vim .api .nvim_buf_get_name (bufnr )
1616 for path in vim .fs .parents (fname ) do
17- if vim .uv .fs_stat (path .. " /system/controlDict" ) then
17+ if vim .uv .fs_stat (path .. ' /system/controlDict' ) then
1818 on_dir (path )
1919 return
2020 end
2121 end
22- local git_root = vim .fs .root (bufnr , { " .git" })
22+ local git_root = vim .fs .root (bufnr , { ' .git' })
2323 if git_root then
2424 on_dir (git_root )
2525 return
You can’t perform that action at this time.
0 commit comments