Commit graph

112 commits

Author SHA1 Message Date
isaacST08
00c356844a Further Cleanup 2025-01-30 14:52:44 -07:00
isaacST08
650775ec52 Cleanup: Sorted sections alphabetically, utilized inherrits where appropriate 2025-01-30 14:37:30 -07:00
isaacST08
08283679ff Added symbol options for texlab 2025-01-30 13:56:38 -07:00
isaacST08
19bbdef6a5 Added chktex options for texlab 2025-01-30 13:03:48 -07:00
isaacST08
637170bc32 Added enum options for completion matcher option 2025-01-30 12:25:19 -07:00
isaacST08
95d5463e63
Merge branch 'NotAShelf:main' into feature-language-tex 2025-01-26 20:16:41 -07:00
isaacST08
8f333139d3 Removed old files 2025-01-26 20:11:20 -07:00
isaacST08
83bfc2877f Added experimental options for texlab 2025-01-26 20:05:48 -07:00
isaacST08
6a023fc57a Added inlayHints options for texlab and some cleanup 2025-01-26 19:47:50 -07:00
isaacST08
e518c8e629 Added completion options for texlab 2025-01-26 19:31:45 -07:00
isaacST08
68c3610848 Added latexindent options to texlab 2025-01-26 19:26:06 -07:00
isaacST08
c2796c929f Added general texlab options and some cleanup 2025-01-26 19:09:35 -07:00
isaacST08
934eed8181 Added diagnostic options for texlab 2025-01-26 18:56:41 -07:00
isaacST08
1bebf495dc Refactored to use the nvf library toLuaObject as well as other improvements and cleanups 2025-01-26 18:42:54 -07:00
isaacST08
ca9ab42048 Switched to using lib.nvim.config.mkBool where appropriate 2025-01-26 16:06:21 -07:00
ARCIII
547cbd28b6
languages/zig: add dap support (#581)
* languages/zig: Added dap support

Implemented DAP support for zig. Included comment regarding redundant
`dap.adapters.lldb` code when both clang and zig dap modules are
enabled.

* languages/zig: Added dap support cleanup

Cleaned up code from the zig dap implementation for consistency.
2025-01-25 13:17:48 +00:00
isaacST08
aef828406d Created latexmk builder 2025-01-24 10:49:26 -07:00
isaacST08
387eb9ba27 Created builder template for making new builders that will work with existing code 2025-01-24 10:28:17 -07:00
isaacST08
13da2ae755 Fixed typo 2025-01-23 19:50:17 -07:00
isaacST08
9b524fbe1c Cleanup after makeing build module 2025-01-23 19:44:59 -07:00
isaacST08
44959a0c8a Created build module 2025-01-23 19:35:00 -07:00
isaacST08
48674a46fa Cleanup residue from modularization 2025-01-23 17:05:25 -07:00
isaacST08
9b401be571 Migrated texlab into its own module 2025-01-23 16:54:21 -07:00
isaacST08
c3291ab71c Moved lsp config into its own module 2025-01-23 16:34:57 -07:00
isaacST08
1f08c4eda7 Starting modularizing tex.nix into smaller sections 2025-01-23 16:08:31 -07:00
isaacST08
9357bde934 Added texlab tectonic options 2025-01-23 15:37:45 -07:00
isaacST08
fb0ddb338e Switched to Alejandra formatting style 2025-01-19 16:05:26 -07:00
isaacST08
c191420912 Added support for setting the g:tex_flavor option 2025-01-19 15:54:54 -07:00
isaacST08
5883c09366 Fixed texlab needing to be installed globally to be able to use the lsp 2025-01-19 11:06:22 -07:00
isaacST08
9811174419 Changed texlab lsp config build.filename to use stringToLua function 2025-01-18 20:30:55 -07:00
isaacST08
7744a1a97f Fixed weird nix boolean toString implementation 2025-01-18 20:20:56 -07:00
isaacST08
23f2b22ae7 Created function to simplify converting a string into lua format and removed null default values 2025-01-18 20:11:32 -07:00
isaacST08
97b4dd88ef Fixed typo 2025-01-18 20:03:40 -07:00
isaacST08
a504d8ef37 Added toString functions on Texlab LSP source booleans and other mapped values 2025-01-18 20:01:08 -07:00
isaacST08
9cded6f6c2 Fix import on the wrong line 2025-01-18 19:56:41 -07:00
isaacST08
33ccc42932 Created tex language options 2025-01-18 19:26:51 -07:00
4200828526 languages/nix: remove hardcoded indentation options 2025-01-18 18:55:46 +01:00
Thales Menato
3f43edd635 fix: run nix fmt 2025-01-15 07:24:04 -05:00
Thales Menato
ecf832681c fix: ruff command
feat: add ruff

ruff
2025-01-14 21:45:36 -05:00
Thales Menato
dcb9b16f81 feat: add ruff to formatters 2025-01-14 21:03:03 -05:00
tomasguinzburg
149d68b3e8 languages/ruby: add ruby support 2025-01-13 16:55:38 +01:00
kaktu5
bbca939ced languages/wgsl: init module
Adds Treesitter and LSP support for WebGPU Shading Language
2025-01-12 21:12:33 +01:00
LilleAila
6e98b894b7
languages/markdown: add prettierd formatter 2025-01-11 12:48:41 +01:00
c734a81e40
languages/nix: deprecate rnix language server option
Abandoned, archived and wildly outdated.
2025-01-10 12:52:29 +03:00
Artur Manuel
ea056532bc
languages/haskell: specify lsp flag (#540)
Some checks are pending
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
Validate flake & check formatting / Validate Flake (push) Waiting to run
Validate flake & check formatting / Formatting via Alejandra (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
Check for typos in the source tree / check-typos (push) Waiting to run
Co-authored-by: Artur Manuel <balkenix@outlook.com>
2025-01-09 15:28:13 +03:00
7dbe7a08b3
wrapper/build: disable failing require hook checks for flutter-tools 2025-01-08 21:13:09 +03:00
raf
8febf44422
languages/markdown: add render-markdown.nvim as an extension (#517)
Some checks failed
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 documentation / Validate hyperlinks in documentation sources (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
2024-12-31 04:02:13 +00:00
diniamo
a34d104e3f
languages/zig: disable lsp autosave (#511)
Some checks failed
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
Validate flake & check formatting / Validate Flake (push) Waiting to run
Validate flake & check formatting / Formatting via Alejandra (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
Check for typos in the source tree / check-typos (push) Waiting to run
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 documentation / Validate hyperlinks in documentation sources (push) Has been cancelled
2024-12-24 14:19:08 +03:00
diniamo
90a5a42742 languages/odin: init 2024-12-21 10:35:39 +01:00
Artur Manuel
0946d43921 languages/haskell: fix DAP command definition 2024-12-21 01:00:02 +00:00