Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Replace config setters/getters with something generic #21

Open
klange opened this issue Aug 14, 2019 · 1 comment
Open

Replace config setters/getters with something generic #21

klange opened this issue Aug 14, 2019 · 1 comment

Comments

@klange
Copy link
Owner

klange commented Aug 14, 2019

Probably a set command line in Vim.

Also, replacing the current bimrc format with a script containing commands would be a good way to unify things.

@klange
Copy link
Owner Author

klange commented Aug 14, 2019

These are the current setters/getters:

  • colorgutter, global, boolean
  • indent/noindent, buffer, boolean
  • theme, global, colorscheme name
  • splitpercent, global, integer
  • syntax, buffer, syntax highlighter name
  • tabs/spaces, buffer, boolean
  • tabstop, buffer, integer (>0, <32)
  • padding, global, integer
  • smartcase, global, boolean
  • hlparen, global, boolean
  • hlcurrent, global, boolean
  • crnl, buffer, boolean
  • numbers, global, boolean
  • relativenumber, global, boolean

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant