mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 14:30:58 -05:00
6 lines
220 B
Lua
6 lines
220 B
Lua
vim.b.slime_cell_delimiter = vim.b.slime_cell_delimiter or "# %%"
|
|
|
|
local ts_lib = Config.treesitter_helpers
|
|
|
|
local global_nodes_julia = { 'source_file', 'module_definition' }
|
|
ts_lib.setup_keybindings(global_nodes_julia)
|