mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
ref(nvim): format
This commit is contained in:
parent
6ca290b871
commit
58c63bd4d2
3 changed files with 7 additions and 7 deletions
|
|
@ -94,8 +94,8 @@ ls.add_snippets("all", {
|
|||
-------------
|
||||
-- Haskell --
|
||||
-------------
|
||||
local haskell_snippets = require('haskell-snippets').all
|
||||
ls.add_snippets('haskell', haskell_snippets, { key = 'haskell' })
|
||||
local haskell_snippets = require "haskell-snippets".all
|
||||
ls.add_snippets("haskell", haskell_snippets, { key = "haskell" })
|
||||
|
||||
---------------
|
||||
-- Setup CMP --
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue