Closed pdoak closed 8 years ago
I just installed neovim under Ubuntu, dropped the latest release of Txtfmt into ~/.config/nvim, and was able to run :MakeTestPage with no issues. Have you tried just creating a Txtfmt buffer without running MakeTestPage? E.g., open a scratch buffer and run...
:set ft=txtfmt
Is that single quote the end of the error message? I don't believe Txtfmt creates any mappings for the single-quote character. How is your localleader set?
Perhaps it would help if you could attach the output of :set and :map commands before any attempts to load Txtfmt. (You can use :redir to capture...)
What version of Txtfmt and Neovim are you using? I pulled the nightly binary of Neovim (0.1.4-dev), and I downloaded Txtfmt version 3.0beta-1 from the Vim website. Did you get it from there or directly from Github? If the latter, did you pull from master or somewhere else?
@bpstahlman I was using NVIM 0.1.3-dev but have now downloaded the latest version and am now using NVIM 0.1.4-dev and build d0b3dde from github of Txtfmt.
I can use the :MakeTestPage
command without any errors appearing but I don't see any colours. Is there anything else that I can try?
Many thanks
Below is the output of my :set and :map commands.
`
--- Options ---
background=dark conceallevel=2 helplang=en linebreak relativenumber showtabline=2 undofile
backup expandtab hidden lines=49 scroll=23 smartcase undolevels=5000
columns=140 foldlevel=99 nohlsearch number shiftwidth=2 noswapfile window=48
concealcursor=inc gdefault ignorecase pastetoggle=
v
100_putline(']p', 'Below') 100_putline('[p', 'Above')
I am using Neovim on Mac OSX 10.11.4.
I can't seem to get txtfmt to work at all. When issuing the command :MakeTestPage, I get the following error message:
global mapping already exists for '
What do I need to do to get this working