mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
nvim updates
This commit is contained in:
9
nvim/m-housh/lua/snippets/init.lua
Normal file
9
nvim/m-housh/lua/snippets/init.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local ls = require('luasnip')
|
||||
local s = ls.snippet
|
||||
local sn = ls.snippet_node
|
||||
local ms = ls.multi_snippet
|
||||
local i = ls.insert_node
|
||||
local f = ls.function_node
|
||||
local c = ls.choice_node
|
||||
local t = ls.text_node
|
||||
|
||||
Reference in New Issue
Block a user