Skip to content

Neovim plugin to convert Elixir maps string <--> atom

License

Notifications You must be signed in to change notification settings

joseustra/ex_maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExMaps

ex_maps_logo

Converts Elixir maps from atom to string and vice versa.

It uses tree-sitter to find the Map.

Instalation

use 'ustrajunior/ex_maps'

lua require("ex_maps").setup {
	create_mappings = true,
	mapping = "mtt",
}

How to use

Put the cursor in the line you want to convert and press "mtt".

demo

screenshot

About

Neovim plugin to convert Elixir maps string <--> atom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published