mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
ref(nvim): merged utils into helpers
This commit is contained in:
parent
18a6f46a71
commit
dfdb428d04
4 changed files with 26 additions and 31 deletions
|
|
@ -157,8 +157,8 @@
|
|||
:select true}))
|
||||
($))
|
||||
[:i :s])}
|
||||
sources (let [{: Contains} (require :utils)
|
||||
of-filetype (fn [fts] (Contains fts vim.bo.filetype))]
|
||||
sources (let [{: contains} (require :helpers)
|
||||
of-filetype (fn [fts] (contains fts vim.bo.filetype))]
|
||||
[{:name :luasnip}
|
||||
{:name :nvim_lsp}
|
||||
{:name :buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue