Git Product home page Git Product logo

Comments (12)

pocco81 avatar pocco81 commented on July 24, 2024 8

The issue was debugged! with the help of @Steadyx we found out that users must set splitbelow and splitright in their config. Therefore, in the case of init.lua users:

local cmd = vim.cmd

cmd("set splitbelow")
cmd("set splitright")

And for the case of init.vim users:

set splitbelow
set splitright

Personally I don't think is the users' responsibility to set this options in their configs, so I'm going to make it so that the plugin will set and unset those vars when needed. Again, thank you @Steadyx for helping me debug this issue! as of now, you can use this a workaround. The real fix will come in a few minutes...

Side note: if you are also having issues with your colorscheme then set termguicolors

from true-zen.nvim.

pocco81 avatar pocco81 commented on July 24, 2024 4

The bug was fixed and it was merged to main. Now, users with or without the aforementioned settings can enjoy Ataraxis mode. Here is the commit: b5434f3

Just update it! it'll work out-of-the-box now :)

from true-zen.nvim.

EthanJWright avatar EthanJWright commented on July 24, 2024 3

I would like to add that I'm hitting the same bug.

Nvim 0.5, Kitty, Ubuntu 20.04

$ nvim --version NVIM v0.5.0-dev Build type: RelWithDebInfo LuaJIT 2.1.0-beta3

I added the plugin using Plug:

Plug 'kdav5758/TrueZen.nvim'

Then I started a fresh test file:
nvim test.py

And then ran TZAtaraxi:

:TZAtaraxis

with the following results:
error

from true-zen.nvim.

codingjerk avatar codingjerk commented on July 24, 2024 2

I'm getting exactly the same result and the error message

from true-zen.nvim.

nadir-ishiguro avatar nadir-ishiguro commented on July 24, 2024 2

Same issue here, same error message.

from true-zen.nvim.

pocco81 avatar pocco81 commented on July 24, 2024 2

Unfortunately, I haven't been able to reproduce the issue, and without it, I can't debug it. It seems to be related to something in your config(s). Could anybody PM me on Reddit to discuss this issue further?
This is me: https://www.reddit.com/user/sebas5758

Edit: just added the issue to the top of the To-Do list, I'll be looking into it...

from true-zen.nvim.

nadir-ishiguro avatar nadir-ishiguro commented on July 24, 2024 1

Just wanted to check in and confirm that the issue remains for me after removing the plugin folder completely and installing the newest version.

Thank you for your effort.

from true-zen.nvim.

ed-kemp avatar ed-kemp commented on July 24, 2024 1

The issue is still occurring for me as well.

from true-zen.nvim.

pocco81 avatar pocco81 commented on July 24, 2024

Before the Ataraxis feature was introduced, I, with the help of some volunteers, tested this feature under different scenarios and it passed all of them.

Could you provide instructions to reproduce it please?

from true-zen.nvim.

Steadyx avatar Steadyx commented on July 24, 2024

Hey there, I'll run you through the steps.

I installed the plugin, I currently use packer and my config is in lua. Once installed I restarted vim and tested the plugin out. In command mode, I ran TZAtaraxis which resulted in the error in the picture above. I read a comment regarding bugs for statuslines so I removed my statusline and tried again but the error was still occurring when I ran TZAtaraxis in command mode.

from true-zen.nvim.

pocco81 avatar pocco81 commented on July 24, 2024

Hello there! First of all, excuse me for the late reply, I was working on other features and solving other issues...

Second of all, since there was so much new stuff merged to main since you opened this issue I'd first recommend you uninstalling the plug-in and installing it again (of course, configure it before using it), and then try Ataraxis mode and see if you still have the issue.

Side note: there is currently one issue with a broken hi group that I'll solve later, so of you get a message saying something in the lines of E420: BG color unknown then it's normal and unrelated to this issue.

from true-zen.nvim.

lsrdg avatar lsrdg commented on July 24, 2024

Same issue, just installed the plugin. Setup:
Archlinux, Termite, NVIM v0.5.0-dev+1250-gcd3e74201, Packer. Error message:

E5108: Error executing lua ...tart/TrueZen.nvim/lua/services/mode-ataraxis/service.lua:337: Vim(buffer):E86: Buffer 5 does not exist

Other than that, the plugin looks really promising. (:

from true-zen.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.