this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add zk to nvim

+5
+5
home/profiles/nvim/default.nix
··· 800 800 -- You gotta run :SCNvimGenerateAssets for this first 801 801 -- require("luasnip").add_snippets("supercollider", require("scnvim/utils").get_snippets()) 802 802 803 + -- zk 804 + require("zk").setup() 805 + 803 806 -- zen mode 804 807 require('zen-mode').setup{ 805 808 window = { ··· 874 877 nodePackages.typescript-language-server 875 878 luajitPackages.lua-lsp 876 879 fennel-ls 880 + zk 877 881 ]; 878 882 879 883 plugins = with pkgs.vimPlugins // customPlugins; [ ··· 917 921 taskwiki 918 922 vim-zettel 919 923 hologram-nvim 924 + zk-nvim 920 925 921 926 # lsp stuff 922 927 # nvim-lint