Commit graph

5 commits

Author SHA1 Message Date
Tomasz Rybarczyk 5d33444519 vim: add relativeNumber option
Beside absolute numbering vim can display additional column with
line numbering relative to current cursor postion.
2017-09-20 01:56:16 +02:00
Tomasz Rybarczyk 383f7acc05 vim: add expandTab option 2017-09-20 01:56:11 +02:00
Tomasz Rybarczyk 8e54cc6a8a vim: fix boolean option handling
Vim doesn't have `unset` function. To turn off an option vim uses "no" prefix.
2017-09-20 01:55:53 +02:00
Silvan Mosberger e4deffcbe8
vim: add package option
This adds a readonly package option which will be set to the resulting
configured vim package, so it can be refered to by other configuration.
An example would be home.sessionVariables.EDITOR =
config.programs.vim.package + "/bin/vim".
2017-09-18 09:22:01 +02:00
Nikita Uvarov 2c5151726c
vim: add module 2017-08-28 21:59:38 +02:00