astro-nvim-v3 - uptostate
This commit is contained in:
@@ -3,6 +3,8 @@ local function has_words_before()
|
||||
return col ~= 0 and vim.api.nvim_buf_get_lines(0, line - 1, line, true)[1]:sub(col, col):match("%s") == nil
|
||||
end
|
||||
|
||||
|
||||
|
||||
return {
|
||||
{
|
||||
"github/copilot.vim",
|
||||
|
||||
Reference in New Issue
Block a user