mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: refactor luasnip as plugin
luasnip works better as a plugin and not a ftplugin
This commit is contained in:
parent
6062f0313b
commit
c8e4bcc675
4 changed files with 44 additions and 64 deletions
|
|
@ -3,10 +3,3 @@ opts.matchit_let_in()
|
|||
|
||||
vim.bo.shiftwidth = 2
|
||||
vim.bo.expandtab = true
|
||||
|
||||
local once = require("once")
|
||||
once.test_and_load("ft_haskell", function()
|
||||
local luasnip = require("luasnip")
|
||||
local haskell_snippets = require("haskell-snippets").all
|
||||
luasnip.add_snippets("haskell", haskell_snippets, { key = "haskell" })
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue