dda89a2d9c
wrapper/options: fix description for enableLuaLoader
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
2025-05-03 04:01:04 +03:00
Ching Pei Yang
db3a35a116
rc: do not set options via luaConfigPre
2025-04-18 00:33:46 +02:00
ab3a68fe1a
lib: remove toVimBool
2025-01-10 17:02:29 +03:00
3825793549
various: address diniamo's review comments
2025-01-10 17:02:20 +03:00
8448a6ca0f
wrapper/rc: change vim.options.mouse
to a string type
...
As the mouse option in neovim allows combining those values.
2025-01-10 10:36:01 +03:00
356f92053c
neovim/init: merge conditionals in options set
Check for typos in the source tree / check-typos (push) Has been cancelled
2025-01-07 06:12:13 +03:00
b704a28a12
Merge branch 'main' into more-option-stuff
2025-01-07 05:47:59 +03:00
5749739e4b
wrapper/rc: clean up option documentation
Check for typos in the source tree / check-typos (push) Has been cancelled
2025-01-04 16:08:53 +03:00
a0a57757a0
wrapper/rc: explicitly add tabstop
& shiftwidth
to vim.options
...
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Validate flake & check formatting / Validate Flake (push) Has been cancelled
Validate flake & check formatting / Formatting via Alejandra (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Check for typos in the source tree / check-typos (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
Defaults are taken from Neovim's :help tags for those options to avoid intrusive/confusing behaviour.
2024-12-12 20:16:27 +03:00
66005a51c3
wrappr/rc: allow strings in vim.options.signcolumn
Check for typos in the source tree / check-typos (push) Has been cancelled
2024-12-11 00:08:48 +03:00
07f50e84eb
modules/neovim: deprecate vim.showSignColumn
...
Prefer the type-safe `vim.options` equivalent.
2024-12-11 00:01:51 +03:00
0650aa31ac
modules/neovim: deprecate vim.enableEditorconfig
option
...
Deprecate shorthand EditorConfig toggle, and encourage the more powerful `vim.globals` option.
2024-12-11 00:01:49 +03:00
c3a4686fa1
wrapper/rc: use mkOption
in enableLuaLoader
description
...
`mkEnableOption` seems to be clobbering the markdown syntax.
2024-12-10 23:35:57 +03:00
a6a06f4e72
modules/{neovim,wrapper}: move Vim options to vim.options
defaults
2024-12-01 10:09:13 +03:00
864ee05f57
wrapper/rc: set vim.options
and vim.globals
to freeform submodules
2024-12-01 09:39:52 +03:00
Ching Pei Yang
ba14b3538e
wrapper: use freeform types for vim.globals
2024-11-30 23:36:51 +01:00
29b7c415a9
Merge pull request #474 from diniamo/run-nvim
...
Check for typos in the source tree / check-typos (push) Waiting to run
runner/run-nvim: init
2024-11-30 12:31:24 +03:00
diniamo
71de14149d
init/basic: deprecate vim.leaderKey
...
in favour of `vim.globals.mapleader` and `vim.globals.maplocalleader`
tmp
Co-authored-by: raf <raf@notashelf.dev>
2024-11-30 10:29:35 +01:00
c2de643f19
treewide: find and fix typos
2024-11-26 10:36:39 +03:00
Ching Pei Yang
f5d33f6a53
wrapper: disableDefaultRuntimePaths
...
---
Co-authored-by: NotAShelf <raf@notashelf.dev>
2024-10-14 14:21:35 +03:00
ab9a7c1600
modules/wrapper: add vim.options
( #386 )
...
* wrapper/rc: add `vim.options`
Translates an attribute set of values into `vim.o` values in a key-value format.
* docs: document addition of optionsScript
* wrapper/rc: don't filter null values in {options,global}Script
* wrapper/rc: add examples to vim.options & vim.globals; wording
2024-09-28 21:28:17 +03:00
Ching Pei Yang
0984e84444
wrapper: fix additionalRuntimePaths lua script ( #349 )
2024-07-29 14:02:00 +00:00
diniamo
f9789432f9
treewide: make the entire generated config lua based ( #333 )
...
* modules: switch to gerg's neovim-wrapper
* modules: use initViml instead of writing the file
* treewide: make the entire generated config lua based
* docs: remove mentions of configRC
* plugins/treesitter: remove vim.cmd hack
* treewide: move resolveDag to lib
* modules/wrapper(rc): fix typo
* treewide: migrate to pluginRC for correct DAG order
The "new" DAG order is as follows:
- (luaConfigPre)
- globalsScript
- basic
- theme
- pluginConfigs
- extraPluginConfigs
- mappings
- (luaConfigPost)
* plugins/theme: fix theme DAG place
* plugins/theme: fix fixed theme DAG place
* modules/wrapper(rc): add removed option module for configRC
* docs: add dag-entries chapter, add release note entry
* fix: formatting CI
* languages/nix: add missing `local`
* docs: fix page link
* docs: add mention of breaking changes at the start of the release notes
* plugins/neo-tree: convert to pluginRC
* modules/wrapper(rc): add back entryAnywhere
* modules/wrapper(rc): expose pluginRC
* apply raf patch
---------
Co-authored-by: NotAShelf <raf@notashelf.dev>
2024-07-20 08:30:48 +00:00
407ecf00d5
wrapper/rc: add vim.additionaLuafiles
...
Allows the user to specify a list of lua files that will be called via `luafile`. All paths
that are passed to this option are checked by `builtins.isPath` so attempting to source paths
that do not exist do not result in a broken Lua configuration.
2024-05-09 00:44:58 +03:00
97a64abeff
treewide: clean up references to neovim-flake
2024-04-27 15:51:22 +03:00
4b868d0de6
wrapper/rc: loop over removed runtime paths
...
Would be neat to expose removed paths as a list in the future
2024-04-23 21:10:39 +03:00
50609c731e
wrapper/rc: document vim.globals
better
2024-04-21 05:19:51 +03:00
fecf9f48be
wrapper/rc: ignore user directories by default
2024-04-21 02:59:18 +03:00
be0fd17510
wrapper/rc: document enableLuaLoader
better; link to docs
2024-04-21 02:34:54 +03:00
eb8d75a4ae
modules/neovim: move all mapping options to
2024-04-21 02:27:42 +03:00
d9a984bf6f
modules/wrapper: move RC features to wrapper/rc
2024-04-21 02:10:06 +03:00