Skip to content

Omnifunc not set in REPL buffer #145

@Sleepful

Description

@Sleepful

I had to add an autocmd that handles it (this is neovim but it is the same idea):

      vim.api.nvim_create_autocmd("BufEnter", {
        callback = function()
          vim.cmd("set omnifunc=SlimvOmniComplete")
        end,
        pattern = "REPL"
      })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions