diff --git a/README.md b/README.md index fa4fc04..601de2a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ To build some of the packages you will need: - cmake - cargo +- npm Inside Neovim this is useful: diff --git a/fnl/boot.fnl b/fnl/boot.fnl index 5f2ac22..6808810 100644 --- a/fnl/boot.fnl +++ b/fnl/boot.fnl @@ -26,10 +26,10 @@ "https://github.com/rafamadriz/friendly-snippets"]} {:url "https://github.com/nvim-telescope/telescope.nvim" :tag :0.1.2 - :dependencies [;{:url "https://github.com/nvim-telescope/telescope-fzf-native.nvim" - ; :build (.. "cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release" - ; " && cmake --build build --config Release" - ; " && cmake --install build --prefix build")} + :dependencies [{:url "https://github.com/nvim-telescope/telescope-fzf-native.nvim" + :build (.. "cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release" + " && cmake --build build --config Release" + " && cmake --install build --prefix build")} "https://github.com/xiyaowong/telescope-emoji.nvim"]} "https://github.com/sainnhe/everforest" "https://github.com/tamton-aquib/duck.nvim"])) diff --git a/lazy-lock.json b/lazy-lock.json index f2906e8..bf3b94d 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -16,10 +16,11 @@ "neodev.nvim": { "branch": "main", "commit": "2a8630847dbb93455936156c0689678e4eaee319" }, "nvim-cmp": { "branch": "main", "commit": "538e37ba87284942c1d76ed38dd497e54e65b891" }, "nvim-lspconfig": { "branch": "master", "commit": "ce0e625df61be77abe1340fbc9afe9ad39b31dd8" }, - "nvim-toc": { "branch": "main", "commit": "1324bb865fb446b048025514abb1e26bfe456a17" }, - "nvim-treesitter": { "branch": "master", "commit": "0da349ed303bea955942f409d29059cdb89dbe2c" }, + "nvim-toc": { "branch": "main", "commit": "afc27debc800129c50c5b870846ce1a5c9ce4479" }, + "nvim-treesitter": { "branch": "master", "commit": "8ae4080c5ba59d81b4e49525d4168807bc098e73" }, "plenary.nvim": { "branch": "master", "commit": "55d9fe89e33efd26f532ef20223e5f9430c8b0c0" }, "telescope-emoji.nvim": { "branch": "master", "commit": "86248d97be84a1ce83f0541500ef9edc99ea2aa1" }, + "telescope-fzf-native.nvim": { "branch": "main", "commit": "6c921ca12321edaa773e324ef64ea301a1d0da62" }, "telescope.nvim": { "branch": "master", "commit": "776b509f80dd49d8205b9b0d94485568236d1192" }, "vim-gutentags": { "branch": "master", "commit": "aa47c5e29c37c52176c44e61c780032dfacef3dd" }, "vim-markdown": { "branch": "master", "commit": "46add6c3017d3e4035dc10ffa9cb54221d8dfe1a" },