Skip to content

Commit

Permalink
Update flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nj5m1n committed Dec 11, 2023
1 parent 0fd7d8e commit 7271bd1
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 32 deletions.
2 changes: 1 addition & 1 deletion files/nvim/fnl/plugin-config.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
(local servers [:bashls :cmake :jedi_language_server
:cssls :elmls :html :jsonls :clojure_lsp
:tsserver :tsserver :yamlls :hls :rnix
:fennel_language_server])
:fennel_language_server :typst_lsp])
(each [_ server (pairs servers)]
((. (. lspconfig server) :setup)
{:capabilities capabilities
Expand Down
8 changes: 8 additions & 0 deletions files/nvim/fnl/plugins.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -523,3 +523,11 @@
:commit "f9b608f29003dfde6450931dc0f495a912973a88"
; :opts {}
:config false)

; [typst-preview](https://github.com/chomosuke/typst-preview.nvim)
(paq.paq-add "typst-preview.nvim" "Live preview for typst files"
"chomosuke/typst-preview.nvim"
:branch "master"
:commit "781cd0b5b7107244396b9e6278f913270d83622e"
; :opts {}
:config false)
3 changes: 2 additions & 1 deletion files/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"nvim-dap-ui": { "branch": "master", "commit": "85b16ac2309d85c88577cd8ee1733ce52be8227e" },
"nvim-dap-virtual-text": { "branch": "master", "commit": "57f1dbd0458dd84a286b27768c142e1567f3ce3b" },
"nvim-jdtls": { "branch": "master", "commit": "095dc490f362adc85be66dc14bd9665ddd94413b" },
"nvim-lspconfig": { "branch": "master", "commit": "219cb3943d63e0e4b1aff8148a61bf6f3c347049" },
"nvim-lspconfig": { "branch": "master", "commit": "f7922e59aeb9bc3e31a660ea4e7405ffa3fc2c3a" },
"nvim-parinfer": { "branch": "master", "commit": "5ca09287ab3f4144f78ff7977fabc27466f71044" },
"nvim-surround": { "branch": "main", "commit": "1c2ef599abeeb98e40706830bcd27e90e259367a" },
"nvim-treesitter": { "branch": "master", "commit": "31f608e47b838594d32a7bc42028e2cefd0ddaad" },
Expand All @@ -46,6 +46,7 @@
"rust-tools.nvim": { "branch": "master", "commit": "0cc8adab23117783a0292a0c8a2fbed1005dc645" },
"telescope.nvim": { "branch": "master", "commit": "2d92125620417fbea82ec30303823e3cd69e90e8" },
"trouble.nvim": { "branch": "main", "commit": "40aad004f53ae1d1ba91bcc5c29d59f07c5f01d3" },
"typst-preview.nvim": { "branch": "master", "commit": "781cd0b5b7107244396b9e6278f913270d83622e" },
"ultimate-autopair.nvim": { "branch": "v0.6", "commit": "ded1b64e26fcc708837a8391e0f385c4b87ca09b" },
"vim-fugitive": { "branch": "master", "commit": "b3b838d690f315a503ec4af8c634bdff3b200aaf" },
"vim-gnupg": { "branch": "main", "commit": "f9b608f29003dfde6450931dc0f495a912973a88" },
Expand Down
60 changes: 30 additions & 30 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions nix/modules/nixos/math.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
libqalculate # qalc cli
sage
sagetex
typst
typst-lsp
typstfmt
typst-live
typst-preview
];
};
}

0 comments on commit 7271bd1

Please sign in to comment.