Matthew Galles

Results 5 comments of Matthew Galles

The leader still doesn't work but I was able to change the coc.nvim setup to `let g:coc_start_at_startup = 0` `augroup coc` ` autocmd!` ` autocmd VimEnter * :silent CocStart` `augroup...

Hello, vim version: VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Aug 28 2024 20:08:35) macOS version - arm64 Just incase you need it, I compiled it with homebrew...

let g:mapleader = "," works well changing let g:VimF90Leader = "`" to g:VimF90Leader = "`" results in Pattern not found: VimF90Leader = "`" Also, sometimes something like `wr will work...

The behavior doesn't seem to be normal. If I type `wr in insert mode, it replaces `wr with write(fp,*) `int changes to integer():: variables `chr changes to character(len=):: variables some...