GithubHelp home page GithubHelp logo

Comments (8)

andreyorst avatar andreyorst commented on August 15, 2024

I'm not sure how exactly autoconfigtab works, as I've never used it. It was added recently by @clarfonthey, maybe a hint from the author would help?

from smarttab.kak.

clarfonthey avatar clarfonthey commented on August 15, 2024

So, the setup I would recommend is putting smarttab immediately before autoconfigtab in the same hook so you ensure they're always run in the right order.

from smarttab.kak.

erazemk avatar erazemk commented on August 15, 2024

hook global BufCreate .* %{
editorconfig-load
set-option buffer aligntab false
autoconfigtab
}

Like this?

hook global BufCreate .* %{
	editorconfig-load
	set-option buffer aligntab false
	smarttab
	autoconfigtab
}

If so, wouldn't autoconfigtab still overwrite smarttab? Also which hook should I use: BufOpenFile, BufNewFile, BufCreate or something else?

Edit: This doesn't seem to work, as smarttab overwrites autoconfigtab for whatever reason.

from smarttab.kak.

clarfonthey avatar clarfonthey commented on August 15, 2024

autoconfigtab shouldn't overwrite smarttab; it should only overwrite it if you specify stuff in editorconfig. But it probably isn't done correctly.

from smarttab.kak.

erazemk avatar erazemk commented on August 15, 2024

autoconfigtab shouldn't overwrite smarttab; it should only overwrite it if you specify stuff in editorconfig. But it probably isn't done correctly.

My config isn't done correctly or autoconfigtab?
Because my config looks like the code I pasted above, but in the current state, it ignores the editorconfig file and if I remove the smarttab option, it uses spaces for indentation, which might be from the editorconfig file or could just be the default kakoune option.

If it helps, I can test different configurations based on what you think should work.

from smarttab.kak.

clarfonthey avatar clarfonthey commented on August 15, 2024

I should clarify, I meant that autoconfigtab isn't configured correctly. Although, I think the order should be:

  1. smarttab
  2. editorconfig-load
  3. autoconfigtab

from smarttab.kak.

erazemk avatar erazemk commented on August 15, 2024

I should clarify, I meant that autoconfigtab isn't configured correctly. Although, I think the order should be:

  1. smarttab
  2. editorconfig-load
  3. autoconfigtab

Thanks, that works.

from smarttab.kak.

andreyorst avatar andreyorst commented on August 15, 2024

from smarttab.kak.

Related Issues (8)

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.