Hey!
I know this might be a trivial google search but I have looked for a while and got "Backspace in vim is done with X (and delete with x)".
when ever i am trying to use backspace it inserts a '^H' ans using x inserts a char x in it.
This is my .vimrc file.
I have configured the snippets using ultisnips which also isnt working the directory for ultisnips is:
root/
- .vim
- ultisnips
- cpp.snippets
The ultisnip is installed succesfully as :plugStatus says its installed and status is : ok.
Any help or corrections will be appreciated. thank you!