diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-04 21:54:07 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-04 21:54:07 +0200 |
commit | ee174d9de0d926572acaaeca781b40e826ec4bcb (patch) | |
tree | d880b7e33bd44c4dc26ea1f8c53dc98b68f73d1e /modules/by-name/nv/nvim/plgs/luasnip/default.nix | |
parent | modules/nvim/plgs/luasnip/snippets: Simplify and add spdx-snippets (diff) | |
download | nixos-config-ee174d9de0d926572acaaeca781b40e826ec4bcb.zip |
modules/nvim/plgs/luasnip: Remove useless `./lua` directory
Diffstat (limited to '')
-rw-r--r-- | modules/by-name/nv/nvim/plgs/luasnip/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/nv/nvim/plgs/luasnip/default.nix b/modules/by-name/nv/nvim/plgs/luasnip/default.nix index 8e445d40..222b5070 100644 --- a/modules/by-name/nv/nvim/plgs/luasnip/default.nix +++ b/modules/by-name/nv/nvim/plgs/luasnip/default.nix @@ -85,7 +85,7 @@ in { fromLua = [ { - paths = ./lua/snippets; + paths = ./snippets; lazyLoad = true; } ]; |