]> src.twobees.de Git - dotfiles.git/commitdiff
add snippet plugins
authorTobias Sachs <git-pngdhxpf-ts@twobees.de>
Sat, 3 Dec 2022 13:08:34 +0000 (14:08 +0100)
committerTobias Sachs <git-pngdhxpf-ts@twobees.de>
Sat, 3 Dec 2022 13:08:34 +0000 (14:08 +0100)
stow/nvim/.config/nvim/lua/plugin_mgr.lua

index 357d30c846b3af7752db53d4962c883b0d786988..0dd10c0d2580c6ce916edbae669789bc16be05e8 100644 (file)
@@ -37,6 +37,10 @@ return require('packer').startup(function(use)
             {'saadparwaiz1/cmp_luasnip'},
             {'hrsh7th/cmp-nvim-lsp'},
             {'hrsh7th/cmp-nvim-lua'},
+
+            -- Snippets
+            {'L3MON4D3/LuaSnip'},
+            {'rafamadriz/friendly-snippets'},
         }
     }