Commit graph

29 commits

Author SHA1 Message Date
oxalica
88ae93bae1 Remove nightfox theme from vim-coc test
Some checks failed
CI / Code style check (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Flake package (push) Has been cancelled
CI / Legacy package (push) Has been cancelled
It seems failed to build on darwin.
2025-06-30 23:18:14 -04:00
oxalica
9e4cccb088 Check and fix typos
Some checks failed
CI / Flake package (push) Has been cancelled
CI / Legacy package (push) Has been cancelled
CI / Code style check (push) Has been cancelled
CI / Test (push) Has been cancelled
2025-06-13 02:30:50 -04:00
oxalica
89e5a4e61e Set default formatter to nixfmt-rfc-style
It's supposed to be the official formatting tool.
See: <https://github.com/NixOS/rfcs/pull/166>
2025-06-13 02:05:09 -04:00
oxalica
877a093557 Split out devShells dependenties to dev/flake.nix 2025-06-13 08:19:46 +08:00
oxalica
e04b043270 Update nightly rustc to 20250301 and regen flake.lock 2025-03-05 04:07:23 +08:00
oxalica
c8e8ce7244 Apply nixfmt 2024-09-18 23:25:30 -04:00
oxalica
9125bfeaff Update docs examples to use nixfmt-rfc-style
This is now the chosen formatter for nixpkgs.
2024-09-18 23:06:38 -04:00
oxalica
a08bebf874 Impl memory limit for flake evaluation 2023-07-09 02:18:25 +08:00
oxalica
18de045d77 Disable autoEvalInputs by default
This is too costly for huge flakes with lots of packages or leavy tests,
and also have issues on locked transitive inputs (#79).
2023-05-10 01:38:03 +08:00
oxalica
ddb446aa1c Setup tests for neovim and workaround its issue
Workaround: https://github.com/neovim/neovim/issues/23380
2023-04-29 14:00:00 +08:00
oxalica
1482f7b706 Show progress for coc.nvim and nvim-lsp 2023-04-22 05:52:05 +08:00
oxalica
128a699e5f Init coc.nvim extension 2023-02-26 07:18:14 +08:00
oxalica
bbb71a6c13 Highlight indirect builtins 2023-02-04 08:38:09 +08:00
oxalica
3dac2ebee8 Add special style for withAttribute in tests 2022-12-30 19:29:38 +08:00
Artturin
9aa4530252 Add formatter setting example to dev/nvim-lsp.nix
and fix the path to the file in readme
2022-12-05 01:15:16 +08:00
oxalica
7cd1e078fe Update dependencies 2022-12-01 09:01:36 +08:00
oxalica
84e39a65c9 Allow disable diagnostics for some files 2022-11-25 23:42:43 +08:00
oxalica
6212e5508e Fix dev env 2022-11-24 21:52:00 +08:00
oxalica
41de8c72c5 Follow keymaps from official guide for coc.nvim 2022-11-24 03:43:04 +08:00
oxalica
7669c00997 Fix theme of coc.nvim dev env 2022-11-10 00:44:23 +08:00
oxalica
68d9663f8e Fix dev env 2022-10-24 09:01:04 +08:00
oxalica
ebd0adb7d9 Fix dev config of coc.nvim 2022-10-03 01:32:27 +08:00
oxalica
d2a22b8460 Add config for vim-lsp 2022-09-28 18:17:33 +08:00
oxalica
f535de51d1 Impl file formatting via external command
Fixes #12
2022-09-26 15:54:01 +08:00
oxalica
fdc550facf Add test env and fix README for vscod{e,ium} + Nix IDE 2022-09-24 17:57:05 +08:00
oxalica
6a7ecb4386 Impl LSP settings 2022-09-21 17:24:14 +08:00
oxalica
4f3f9c970d Impl semantic highlighting 2022-09-12 09:59:04 +08:00
oxalica
efb87783e6 Replace env_logger with tracing and impl log file 2022-09-06 01:26:22 +08:00
oxalica
b72dbad803 Add test environment for coc.nvim 2022-09-06 01:26:22 +08:00