We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.vimrc
LyraPhase/sprout-wrap
Therefore:
Investigate alternatives to Vundle.vim
Vundle.vim
:package
fzf
>= 8.x
:dein
Active developement on NeoBundle has stopped. The only future changes will be bug fixes.
plugins
vimrc
gvimrc
plugconf
volt get
VOLTPATH
Re-implement automated installation (e.g.: lyraphase_workstation::vimrc)
lyraphase_workstation::vimrc
Add support for VimIcons + NerdFonts
Add syntastic
Add / investigate coc.nvim + add pylance config:
"pylance": { "enable": true, "filetypes": [ "python" ], "command": "pylance-language-server", "args": [ "--stdio" ], "initializationOptions": {}, "settings": { "python.analysis.typeCheckingMode": "basic", "python.analysis.diagnosticMode": "openFilesOnly", "python.analysis.stubPath": "./typings", "python.analysis.autoSearchPaths": true, "python.analysis.extraPaths": [], "python.analysis.diagnosticSeverityOverrides": {}, "python.analysis.useLibraryCodeForTypes": true, "python.analysis.autoImportCompletions": true, "python.analysis.completeFunctionParens": false } }
Test
The text was updated successfully, but these errors were encountered:
trinitronx
No branches or pull requests
.vimrc
repo is currently unusable as a resultLyraPhase/sprout-wrap
anyway 🤷Therefore:
Investigate alternatives to
Vundle.vim
:package
instead 🤷fzf
fame!)>= 8.x
built-in:package
:dein
commandsplugins
,vimrc
, andgvimrc
)plugconf
DSL syntax is very vim-ish and unlike Bundler toolsvolt get
command +VOLTPATH
is very GoLang-likeRe-implement automated installation (e.g.:
lyraphase_workstation::vimrc
)Add support for VimIcons + NerdFonts
Add syntastic
Add / investigate coc.nvim + add pylance config:
Test
The text was updated successfully, but these errors were encountered: