-
syntax on
set number
set encoding=utf-8
set smartindent
set cursorline
set clipboard=unnamed,autoselect
set background=dark
colorscheme molokai
set t_Co=256
:command! RC :source $MYVIMRC
…
-
Related:
https://vi.stackexchange.com/questions/31310/search-throws-e363-pattern-uses-more-memory-than-maxmempattern
quote: "the underlying search, which may be found in separate file like a synta…
-
config
-
### Steps to reproduce
Moving from https://github.com/neovim/neovim/issues/31233
mwe.rst:
```rst
================
Document Heading
================
Heading
=======
Sub-heading
--------…
-
Where's the vimrc? :D If you're not using VI yet, you should consider start using it! It will change your mind, even if you use the VIM Emulator in IntelliJ or VS Code.
-
-
the char code is not for me but i must use it at the windows project....
nvim dropped its support.
-
-
Hello,
does your package support vimrc config file ?
In other words is it like having neovim in a modern ui (supporting 100% of the functionalities) ?
Thank you :)
-
Is there a way to add custom mappings as you would in a .vimrc?
Thanks!