Code Monkey home page Code Monkey logo

Comments (7)

nanozuki avatar nanozuki commented on June 1, 2024

It was never removed, can you check your plugins manager?

from tabby.nvim.

luiz00martins avatar luiz00martins commented on June 1, 2024

I ran a :PackerSync, and the problem disappeared... despite having no new commits from tabby

:|

from tabby.nvim.

luiz00martins avatar luiz00martins commented on June 1, 2024

Just reinstalled my OS, and it came back after the fresh install. Suspecting it's something specific to my setup.

Gonna try to take some time to debug it this week.

from tabby.nvim.

nanozuki avatar nanozuki commented on June 1, 2024

For the nvim lua environment, the module tabby.filename is in /lua/tabby/filename.lua, and the module tabby.util is in /lua/tabby/util.lua.

So, this can't be an issue in tabby.nvim, please check the usage of the plugin manager. I'll close the issue, but we can also discuss this issue.

Btw, won't forget to call PackerCompile when you change packer's config.

from tabby.nvim.

luiz00martins avatar luiz00martins commented on June 1, 2024

Ultimately, the problem happened because I had an after clause:

use {
	'nanozuki/tabby.nvim',
	after = 'tokyonight.nvim',
}

That deferred tabby's execution so much, that when I manually called require('tabby.filename') later in my config, tabby wasn't loaded yet. (that's my best guess at least)

Removing the after clause and reinstalling tabby solved the problem.

from tabby.nvim.

nanozuki avatar nanozuki commented on June 1, 2024

As I mentioned, If you use pakcer.nvim, the best way to config the plugin is to put your plugin config in plugin declaration. Like this:

use {
  'nanozuki/tabby.nvim',
  config = function()
    require('tabby').setup({})
  end
}

from tabby.nvim.

luiz00martins avatar luiz00martins commented on June 1, 2024

I've had some issues with config in the past, so I opted out of it. Just decided to try it out again though, and it seems like it's working normally, so I'll use it in my configs. Thanks.

from tabby.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.