Christopher Valerio
064d8b7565
fix: null_ls deprecated on crates.nvim
...
Signed-off-by: Christopher Valerio <christopher@valerio.guru>
2025-09-01 11:34:21 -06:00
Christopher Valerio
0334e94212
fix: null_ls deprecated on crates.nvim
...
Signed-off-by: Christopher Valerio <christopher@valerio.guru>
2025-09-01 11:31:14 -06:00
Christoph Koehler
37aac45396
fix: disable Conform for Rust if we have rust-analyzer enabled
2025-05-17 13:17:11 -06:00
1ed6fd9f58
languages: deprecate vim.languages.enableLSP
...
This change is done in favor of our intentions to use the new API Neovim has exposed, and the one we are exposing to match theirs.
2025-05-04 18:01:46 +03:00
Ching Pei Yang
24a3989ddc
language/rust: migrate to conform/nvim-lint
2025-03-29 14:53:09 +01:00
Ching Pei Yang
9f276a0c5f
languages/rust: fix unused lsp settings option ( #641 )
...
Co-authored-by: raf <me@notashelf.dev>
2025-03-10 08:43:34 +00:00
Artur Manuel
e715463257
plugins/languages: add haskell support ( #499 )
...
* plugins/languages: add haskell support
Closes #426
* fix docs
---------
Co-authored-by: Artur Manuel <balkenix@outlook.com>
Co-authored-by: raf <raf@notashelf.dev>
2024-12-20 03:50:38 +00: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
48a74623d8
languages/rust: use local leader for binds
2024-11-29 23:15:48 +01:00
a3038b697d
treewide: find and fix more typos
2024-11-26 11:24:25 +03:00
diniamo
7dbd1cd8d1
treewide: rewrite autocompletion module and related stuff ( #404 )
...
* modules/completion: rewrite
* treewide: remove vsnip, add luasnip
* nvim-cmp: add default sorting
* nvim-cmp: load after luasnip
* lib: fix docs for mergelessListOf
* docs: add changelog entires for rewrite
* deprecations: add rewrite deprecations
* nvim-cmp: clarify in format description
* docs: fix option reference in release notes
* treewide: remove reduant `// {default = false;}`s
* luasnip: add missing `{option}` for option reference
* deprecations: add entry for vsnip
* nvim-autopairs: use multiline string
* nvim-dap: use outer attribute
2024-10-09 17:50:34 +00:00
Ching Pei Yang
e949a51c55
rust/clang: update lldb binary name ( #365 )
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
2024-08-24 17:48:20 +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
Ching Pei Yang
9c93e9a9c0
Switch to rustaceanvim ( #335 )
...
* flake: use rustaceanvim instead of rust-tools
* rust: switch to rustaceanvim
* docs: update release notes
* flake: update nixpkgs
* docs: wording
---------
Co-authored-by: raf <raf@notashelf.dev>
2024-07-18 11:48:28 +02:00
diniamo
8a0cddd9bb
languages/rust: add format
2024-06-24 19:02:04 +02:00
7c730a78e5
treewide: begin restructuring the module tree
2024-04-07 17:16:13 +03:00