e798d5a226
Merge pull request #485 from horriblename/fix/null-keymap
...
keymaps: fix null key problems
2024-12-06 12:17:02 +03:00
Ching Pei Yang
ff07905bb8
nvim-dap: fix bad keymap options
2024-12-05 00:58:23 +01:00
Ching Pei Yang
745da4539e
keymaps: fix null key problems
2024-12-05 00:09:40 +01:00
66d0a81206
docs: github pages compat
2024-12-04 17:46:33 +03:00
8597fb9a5b
Merge pull request #355 from NotAShelf/v0.7
...
v0.7 at last!
2024-12-04 17:21:44 +03:00
e8018bbd38
Merge branch 'main' into v0.7
2024-12-04 17:16:29 +03:00
94d1a26b1c
meta: mark as release
2024-12-04 17:12:12 +03:00
Soliprem
18bf52e540
languages/gleam: init ( #482 )
...
* modules/gleam: init
* gleam: not using formatter
* configuration: gleam set to false
* docs: added changelog entry for gleam
* gleam: fixed lsp and treesitter
* gleam: capitalisation
2024-12-04 02:43:16 +03:00
DamitusThyYeetus123
fd4df3432e
languages/astro: init ( #481 )
...
* LSP: Add astro
* LSP: Properly add astro
* LSP: Properly actually add astro
* Flake: Fix mnw
* Update flake/develop.nix
Co-authored-by: raf <raf@notashelf.dev>
* Update configuration.nix
Co-authored-by: raf <raf@notashelf.dev>
* Update astro.nix
* Update rl-0.7.md
---------
Co-authored-by: raf <raf@notashelf.dev>
2024-12-03 23:13:56 +00:00
diniamo
88834cc93f
run-nvim: fix keymaps
2024-12-03 16:28:31 +01:00
ce21e1f98a
Merge pull request #473 from horriblename/lib/simpler-binds
...
internal: simpler helper functions for keymaps
2024-12-02 21:23:55 +03:00
diniamo
b44039031a
Merge branch 'v0.7' into lib/simpler-binds
2024-12-02 18:31:46 +01:00
c87d2520c2
flake: bump inputs
2024-12-01 20:46:30 +03:00
d17c010bf9
Merge pull request #455 from NotAShelf/migrate-opts
...
neovim/init: set basic options via `vim.options`
2024-12-01 18:45:55 +03:00
98691619ef
docs: update changelogs
2024-12-01 18:38:16 +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
0e45c70fb9
neovim/init: set basic options via vim.options
...
Less DAGs, more customizability.
2024-12-01 09:37:05 +03:00
Ching Pei Yang
3b6b6e7322
docs: rename vim.leaderKey to vim.globals.mapleader
2024-11-30 23:37:16 +01:00
Ching Pei Yang
ba14b3538e
wrapper: use freeform types for vim.globals
2024-11-30 23:36:51 +01:00
Ching Pei Yang
b3170c0fe3
format
...
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
2024-11-30 15:46:11 +01:00
Ching Pei Yang
fa7785ede6
format
...
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
2024-11-30 15:46:11 +01:00
Ching Pei Yang
3b86940f71
format
...
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
2024-11-30 15:46:11 +01:00
Ching Pei Yang
db0e8a65a5
docs: update release notes
2024-11-30 15:46:11 +01:00
Ching Pei Yang
3011af88f1
fixup! lib/binds: remove unused helpers
2024-11-30 15:46:11 +01:00
Ching Pei Yang
bc637fd7d1
fixup! nvim-dap: use new keybind helpers
2024-11-30 15:46:10 +01:00
Ching Pei Yang
0ae4bab073
typo
2024-11-30 15:46:10 +01:00
Ching Pei Yang
aa903d1960
lib/binds: remove unused helpers
2024-11-30 15:46:10 +01:00
Ching Pei Yang
e812ef2c3f
nvim-dap: use new keybind helpers
2024-11-30 15:46:10 +01:00
Ching Pei Yang
dd1bc19600
leap: use new keybind helpers
2024-11-30 15:46:10 +01:00
Ching Pei Yang
e697d71ebe
toggleterm: use new keybind helper
2024-11-30 15:46:09 +01:00
Ching Pei Yang
458c0f6ed5
nvimtree: use new keybind helper
2024-11-30 15:46:09 +01:00
Ching Pei Yang
f085f5a047
docs/hacking: use new keybind helper
2024-11-30 15:45:54 +01:00
Ching Pei Yang
8edc48c5ea
comment-nvim: switch to new keybind helper
2024-11-30 15:38:07 +01:00
Ching Pei Yang
a83168e6d7
trouble: switch to new keybind helper
2024-11-30 15:38:07 +01:00
Ching Pei Yang
fed9f348c2
telescope: switch to simpler keybind helper
2024-11-30 15:38:07 +01:00
Ching Pei Yang
c129c53685
lib/binds: add simpler keymap helper
2024-11-30 15:38:06 +01:00
29b7c415a9
Merge pull request #474 from diniamo/run-nvim
...
runner/run-nvim: init
2024-11-30 12:31:24 +03:00
diniamo
8bc230bf00
docs(0.7): add breaking changes entry
2024-11-30 10:29:35 +01: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
0b52ea8dbc
Merge pull request #440 from NotAShelf/typos-and-friends
...
treewide: documentation cleanup and fixes
2024-11-30 08:07:15 +03:00
diniamo
48a74623d8
languages/rust: use local leader for binds
2024-11-29 23:15:48 +01:00
diniamo
2aeec7cb69
runner/run-nvim: init
2024-11-29 23:15:48 +01:00
4fd0ac1750
Merge branch 'v0.7' into typos-and-friends
2024-11-29 12:09:43 +03:00
Ching Pei Yang
fee1b46924
lazy: add assertions against common problems ( #476 )
...
* lazy: allow null package
* lazy: add assertions for common pitfalls
* lazy: pass plugin name to custom load function
* lazy: format description
Co-authored-by: raf <raf@notashelf.dev>
---------
Co-authored-by: raf <raf@notashelf.dev>
2024-11-29 00:16:17 +01:00
Soliprem
52ad5ec34c
modules/nu: init ( #477 )
...
* modules/languages: add nu
* configuration: enable nu for maximal
* flake.lock: update nixpkgs
* languages/nu: TS parser is now in nixpkgs
* docs: added changelog entry for nu
* modules/plugins/languages/nu.nix: applying suggested change for option ordering
Co-authored-by: raf <raf@notashelf.dev>
* configuration.nix: don't enable nu on maximal
* modules/nu: removed useless comments
* languages/nu: cleaning up after removing formatter code
* modules/plugins/languages/nu.nix: better attrs ordering
Co-authored-by: raf <raf@notashelf.dev>
---------
Co-authored-by: diniamo <diniamo53@gmail.com>
Co-authored-by: raf <raf@notashelf.dev>
2024-11-28 17:12:19 +00:00
ppenguin
5087c3d64d
languages/HCL: init ( #359 )
...
* add language HCL
Terraform doesn't register hcl and doesn't offer good DX if manually set
for editing e.g. nomad HCL files.
Incl. reformat with alejandra
* cleanup, add formatter
* requested improvements
forgotten save
typo (lsp <-> format)
* changelog entry
consolidate changelog entry
---------
Co-authored-by: raf <raf@notashelf.dev>
2024-11-27 22:21:57 +03:00
5589d1ff57
ci: ignore viwP
in release notes
2024-11-26 11:28:34 +03:00
a3038b697d
treewide: find and fix more typos
2024-11-26 11:24:25 +03:00
0e14e8008b
ci: check for typos in the source tree
2024-11-26 11:20:34 +03:00