fsharp / zarchive-vim-fsharp

F# bindings for vim
MIT License
143 stars 34 forks source link

How can I disable all bindings? #105

Closed iryan2 closed 5 years ago

iryan2 commented 5 years ago

At the moment all I want from this plugin is syntax highlighting. Is there any way to disable all mappings? They're clobbering my existing bindings.

kjnilsson commented 5 years ago

let g:fsharp_map_keys = 0

Cheers Karl

iryan2 commented 5 years ago

Thanks @kjnilsson I should have read the :help page ☺️