mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 22:40:57 -05:00
init wrapper-module config
This commit is contained in:
commit
91755583fd
46 changed files with 4277 additions and 0 deletions
6
ftplugin/julia.lua
Normal file
6
ftplugin/julia.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue