]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/coding.lua
nvim/editor: disable <leader>ff for telescope
[dotfiles.git] / nvim / lua / plugins / coding.lua
index a2e1538516cf10c5a281727e0968ebf5bba9dd56..6194756e394ce4d5e4ab1c4d36fea3ecfc522a06 100644 (file)
@@ -4,6 +4,14 @@ return {
   {
     "L3MON4D3/LuaSnip",
     -- disable luasnip bindings for <tab> and <s-tab>
+    dependencies = {
+      {
+        "honza/vim-snippets",
+        config = function()
+          require("luasnip.loaders.from_snipmate").lazy_load()
+        end,
+      },
+    },
     keys = function()
       return {}
     end,