You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just installed todo.txt-vim using the quick install instructions. Code Highlighting looks great Mappings aren't being found. What am I missing?
This is my .vimrc:
set number
map ""
map ""
map ""
map ""
syntax on
set ignorecase smartcase
set history=200
set incsearch
set ww=b,s,<,>,[,]
set spell
com! Pdf !open %:r.pdf
autocmd FileType .ml source ~/.vim/ml.vim
autocmd FileType plaintex source ~/.vim/latex.vim
autocmd FileType tex setlocal makeprg=pdflatex\ --shell-escape\ '%'
autocmd Syntax ocaml set commentstring=(%s*)
set viminfo+=n~/.viminfo
set spell
hi clear SpellBad
hi SpellBad cterm=underline
let mapleader=","
let maplocalleader=""
set whichwrap+=<,>,h,l,[,]
set showcmd
filetype on
au BufNewFile, BufRead *.csv set filetype=nextActions
autocmd BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc
set relativenumber
The text was updated successfully, but these errors were encountered:
EDIT: nevermind.... this was the solution: #59, it had nothing to do with me being on windows.
ORIGINAL COMMENT:
Had this problem on windows.
Calling the functions directly in vim (e.g. :sort) worked but not <LocalLeader>s
for me the problem was that the file inside the folder ftplugin needed to go into the plugin folder in ~\vimfiles.
I am still frustrated over how subtle differences between win and unix vim continue to give me headaches that are difficult to troubleshoot.
Just installed todo.txt-vim using the quick install instructions. Code Highlighting looks great Mappings aren't being found. What am I missing?
This is my .vimrc:
The text was updated successfully, but these errors were encountered: