mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-09 04:08:02 +02:00
fix bash imports
This commit is contained in:
parent
9021e4d021
commit
91d78e9acd
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
inherit (lib.generators) mkLuaInline;
|
||||
inherit (lib.nvim.types) diagnostics mkGrammarOption;
|
||||
inherit (lib.nvim.lua) expToLua;
|
||||
inherit (lib.nvim.attrsets) mapListToAttrs;
|
||||
|
||||
cfg = config.vim.languages.bash;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue