Elias Ainsworth
fa0873b79b
Merge 5fa33bce35
into a07e113f3a
2024-11-12 10:45:13 +00:00
Charlie Root
a07e113f3a
theme/supported-themes.nix: fix themes
...
Make all themes work by adding `...` to every theme attrset.
2024-11-12 13:16:35 +03:00
Elias Ainsworth
5fa33bce35
Update changelog.
2024-11-11 11:40:19 -07:00
Elias Ainsworth
bcab9c277c
languages/nix: add nixd to supported LSP servers
...
Add nixd to flake.nix and legacyPackages.nix.
Format with alejandra.
Update flake.nix
Undo change made by nixfmt-rfc-style
Set nixd to follow flake-utils as well.
Update nixd lspConfig
2024-11-11 11:27:08 -07:00
Ching Pei Yang
12b650fea7
lazy: remove redundant submodule
2024-11-11 01:50:11 +03:00
Ching Pei Yang
c08d0a79cc
docs: cleanup formatting
2024-11-10 23:38:22 +03:00
Ching Pei Yang
a0281d329b
another mistake
...
name should match package.pname
2024-11-10 23:38:22 +03:00
Ching Pei Yang
cca14c7d29
docs: fix typo
2024-11-10 23:38:22 +03:00
diniamo
c4e75c4c1a
wrapper: get meta from wrapped neovim package
2024-11-10 15:05:45 +03:00
6eb5bea5ba
docs: update 0.7 release notes
2024-11-10 13:56:48 +03:00
5a95f812ce
visuals/tiny-devicons-auto-colors: init module
2024-11-10 13:56:48 +03:00
diniamo
4f93abc2f2
languages/zig: don't bundle zig, improve module
2024-11-10 13:32:55 +03:00
Soliprem
c6ff6bbca6
binds/which-key: changing to the new spec ( #448 )
2024-11-10 02:09:38 +01:00
Soliprem
516174e296
languages/r: adding formatters
2024-11-10 00:55:13 +03:00
d3d5bbec92
plugins/visuals: remove overzealous multi-line in deprecation message
2024-11-09 23:52:03 +03:00
3af7e4416e
filetree/neo-tree: rename deprecated nvimWebDevicons
option
2024-11-09 23:52:03 +03:00
a42a4a4fb6
binds/which-key: migrate to setupOpts
2024-11-09 23:52:03 +03:00
7a0e7739c5
flake: bump inputs
2024-11-09 23:52:03 +03:00
diniamo
715408d2bd
nvim-cmp: move text and snippet completions to the bottom
...
This doesn't guarantee that snippets will be above text completions, but
that should still be the case, since the `kind` comparator sorts
snippets above text.
2024-11-09 23:42:17 +03:00
Soliprem
1604c7423f
languages/assembly: init ( #447 )
...
* asm: init
* docs: added changelog for assembly
* asm: fixing requested changes
* configuration: assembly set to false
2024-11-09 23:13:27 +03:00
Ching Pei Yang
dfdad4c2ce
lazy: update lazy.plugins default
2024-11-08 19:03:01 +01:00
43e3663b2b
Merge pull request #445 from horriblename/fix/devicon-color
...
nvim-web-devicons: re-enable icon color
2024-11-08 20:54:08 +03:00
Ching Pei Yang
b302e151e1
devicon: re-enable icon color
...
was mistakenly disabled in a6bb6e1b3e
2024-11-08 18:46:15 +01:00
0ba3ccdab8
modules: add config.vim
to built package's passthru
...
Accessible under `<package>.passthru.neovimConfiguration`
2024-11-08 19:47:01 +03:00
Soliprem
1bd0ae5f7e
typst: added tinymist and activated formatters ( #444 )
...
* typst: added tinymist and activated formatters
* docs: added tinymist release notes
* typst: formatting
* docs: complying with standards
* typst: formatting
2024-11-08 18:10:40 +03:00
57067e85ed
flake: rename input for nvim-scrollbar
2024-11-08 10:15:23 +00:00
1b16c6b19f
tabline/nvim-bufferline: remove assertion; enable nvim-web-devicons by default
2024-11-08 10:15:23 +00:00
a6bb6e1b3e
modules/visuals: migrate plugins to setupOpts
2024-11-08 10:15:23 +00:00
b3f51048db
Merge branch 'main' into v0.7
2024-11-08 09:33:15 +00:00
Noire
8997e62b3b
utility/precognition: init module ( #437 )
...
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 documentation / Validate Flake Documentation (docs) (push) Has been cancelled
Validate flake & check documentation / Validate Flake Documentation (docs-html) (push) Has been cancelled
Validate flake & check documentation / Validate Flake Documentation (docs-json) (push) Has been cancelled
Validate flake & check documentation / Validate Flake Documentation (docs-manpages) (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
Build and deploy documentation / publish (push) Has been cancelled
* utility/precognition: init
* utility/precognition: fix priority example, add default
* utility/precognition: add files to default.nix
* utility/precognition: fix typos, manual fmt
* utility/precognition: remove useless mappings
i was going to add binds to toggle/enable/disable but ehhh
idk
* utility/precognition: fix hints option
it broke
* utility/precognition: update gutter hints, new description
* utility/precognition: add files to motion defaults
* utility/precognition: add plugin to flake
* utility/precognition: remove comment reference
oops
* utility/precognition: add precognition to maximal configuration
it does work!
* utility/precognition: update descriptions
needs docs link, desc is somewhat obscure.
* docs: add credit to release notes
* utility/precognition: format
* utility/precognition: de-linkify descriptions
* utility/precognition: no more rec
* utility/precognition: convert to setupOpts
honestly raf was cooking with this one.
it's much nicer to use compared to interpolation lol
* utility/precognition: remove unnecessary function parameter
* utility/precognition: format
* utility/precognition: add description to disabled_fts
oops
* utility/precognition: manual format
* utility/precognition: remove periods at the end of descriptions
* utility/precognition: fix configuration.nix entry
oops lol
* utility/precognition: format
* utility/precognition: expand `vim`
* precognition: consistency changes
Just my minor nits.
---------
Co-authored-by: NotAShelf <raf@notashelf.dev>
2024-11-08 09:32:02 +00:00
82c2d4bdd0
flake/packages: rename deprecated xdg_utils
2024-11-08 12:30:39 +03:00
1badee81db
flake: bump nixpkgs
2024-11-08 12:08:12 +03:00
383924d225
meta: update release info
2024-11-07 11:12:38 +03:00
81eda5b340
neovim/spellcheck: add autogroup to spellcheck fts autocmd; fix vim-dirtytalk
2024-11-06 19:33:08 +03:00
f429379e34
docs: update release notes
2024-11-06 19:33:06 +03:00
688bb8d9ba
spellcheck: allow adding arbitrary spellfiles from name-value pairs
2024-11-06 19:32:58 +03:00
Ching Pei Yang
21fcace3ed
treewide: implement lazy loading via lz.n for selected plugins ( #407 )
...
* flake: add lz.n and lzn-auto-require
* lazy: init module
* lzn-auto-require: add init lua code
* wrapper: fix opt plugin format
* lib.binds: add lz.n variant of bind functions
* telescope: lazy load
* nvim-tree: lazy load
* dapui: lazy load
* trouble: lazy load
* toggleterm: lazy load
* cheatsheet: lazy load
* diffview: lazy load
* icon-picker: lazy load
* leap: lazy load
* fidget: lazy load
* docs: add section on lazy plugins
* lazy: support lazy.enable=false
* comment-nvim: lazy load
* surround-nvim: lazy load
* neo-tree: lazy load
* fixup! lazy: init module
* dap: appease the nix gods (fix statix lint)
* flake.lock: fix merge mistake
* doc: update release note
* fixup! doc: update release note
* neo-tree: fix duplicate neo-tree install
* lazy: use attrsOf for lazy.plugins
* treewide: update lazy.plugins syntax
* docs: update lazy.plugins syntax
* lazy: cleanup
* Update docs/manual/hacking/additional-plugins.md
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
* formatting nitpick
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
* typo tee hee :3
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
* typo tee hee :4
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
* flake: update lz.n
* lazy: update lz.n plugin spec
* lazy: allow lines in place of str for lua code
* copilot: lazy load
* cmp: lazy load
this moves cmp itself to lazy.plugins but other plugins that call cmp
are not yet lazy so cmp is technically not yet lazy
* luasnip: lazy load
* flake: add rtp.nvim
* cmp: actually lazy load source
* fixup! cmp: actually lazy load source
* format
* docs: fix broken link
* cmp-nvim-lsp: lazy load
* lazy: allow key mode of str type
* cmp: install sourcess via cmp.sourcePlugins
* Update docs/manual/hacking/additional-plugins.md
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
* lazy: refactor common var
* nvim-dap-ui: add setupOpts
* refactor: re-order plugin and lz.n configs
lazy: make lzn-auto-require togglable
* docs: update dag-entries
* trouble: remove redundant import
* lazy: remove unused module arg
* toggleterm: make lazygit keybind optional
* toggleterm: use toLuaObject for clarity
* surround: rework keymap config
* remove stale FIXME
* lsp: use cmp_nvim_lsp capabilities
* cmp: deduplicate attr key
* theme: ensure themes load before lazy plugins
* doc: update description of `theme` dag entry
* lsp: avoid loading cmp on startup
* doc: update configuration docs on custom plugins
* cmp: skip trigger_load if lazy disabled
* treesitter: remove redundant code
* lsp: mark hack as HACK
* comment: remove redundant plugin
* Squash merge v0.7 into feature/lzn
---------
Co-authored-by: raf <raf@notashelf.dev>
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
2024-11-04 16:50:50 +01:00
Soliprem
0e763161e2
languages/vala: init ( #432 )
...
* vala: init
* vala: applying reviews
* vala: making formatter work
* vala: cleaning up useless import
* vala: wrapping uncrustify
* vala: added changelog entry
2024-11-03 23:14:14 +01:00
diniamo
c6453c4e69
languages/julia: add
...
Co-authored-by: raf <raf@notashelf.dev>
2024-11-02 23:49:42 +00:00
1166e8aa1d
Merge branch 'main' into v0.7
2024-11-01 23:07:19 +00:00
ppenguin
8ff50562d7
fix markdown-preview config error
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
Build and deploy documentation / publish (push) Has been cancelled
2024-10-30 12:03:39 +00:00
42c5228dc1
Merge pull request #428 from diniamo/add-csharp
...
languages/csharp: init
2024-10-28 12:56:53 +00:00
diniamo
665feee445
languages: csharp init with omnisharp and csharp_ls
2024-10-27 14:35:17 +01:00
diniamo
0aa557dac6
lsp: avoid vimscript in bindings
2024-10-27 14:31:13 +01:00
diniamo
5ab1af9285
languages/kotlin: allow specifying a command for lsp.package, fix indentation
2024-10-27 12:54:39 +01:00
diniamo
30a8a8fce0
languages/nix: use stricter type for lsp.server
2024-10-27 12:53:44 +01:00
Soliprem
da86e554a6
Fix typo in otter setupOpts ( #424 )
...
* Revert "leap: changed default binds"
This reverts commit 92a7bfc4b8
.
* Reapply "leap: changed default binds"
This reverts commit ede1d4437e2d8d1a6ff31b4dc855676c6e16df36.
* otter: fixed stupid typo
* otter: added changelog entry
2024-10-23 14:51:43 +00:00
Anthony
71e2ae1db4
languages/nix: change nixpkgs-fmt to nixfmt (rfc-style) ( #383 )
2024-10-22 21:44:18 +00:00
Anthony
e80520ddf3
languages: add biome support for formatting ( #423 )
2024-10-22 22:15:07 +02:00
diniamo
3c4eced9d1
docs: add missing deprecation notes ( #420 )
2024-10-17 15:19:37 +02:00