You've already forked dotfiles
fix: Removing several bits that were superfluous or were causing issues.
Disabling nvim-lint and calls to cfn-lint for now. Found and removed the issue with completion causing odd failures on expansion.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
local ls = require('luasnip')
|
||||
local s = ls.snippet
|
||||
local i = ls.insert_node
|
||||
local t = ls.text_node
|
||||
local l = require('luasnip.extras').lambda
|
||||
local fmt = require('luasnip.extras.fmt').fmt
|
||||
local ts_post = require('luasnip.extras.treesitter_postfix').treesitter_postfix
|
||||
local ls = require('luasnip')
|
||||
local s = ls.snippet
|
||||
local i = ls.insert_node
|
||||
local t = ls.text_node
|
||||
local l = require('luasnip.extras').lambda
|
||||
local fmt = require('luasnip.extras.fmt').fmt
|
||||
local ts_post = require('luasnip.extras.treesitter_postfix').treesitter_postfix
|
||||
|
||||
return {
|
||||
ts_post({
|
||||
@@ -24,7 +24,7 @@ return {
|
||||
Keyword arguments:
|
||||
{} () -
|
||||
|
||||
Returns:
|
||||
Return:
|
||||
{} - {}
|
||||
'''
|
||||
]], {
|
||||
@@ -33,12 +33,12 @@ return {
|
||||
l(l.LS_TSCAPTURE_RETURN),
|
||||
l(l.LS_TSDATA),
|
||||
})),
|
||||
s(
|
||||
{ trig = "thingy" },
|
||||
{ t('Woot!') }
|
||||
),
|
||||
s(
|
||||
{ trig = 'thingy2' },
|
||||
{ t('Woot2!') }
|
||||
)
|
||||
-- s(
|
||||
-- { trig = "thingy" },
|
||||
-- { t('Woot!') }
|
||||
-- ),
|
||||
-- s(
|
||||
-- { trig = 'thingy2' },
|
||||
-- { t('Woot2!') }
|
||||
-- )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user