James Wright
James Wright
> trailing line comments are only allowed in free-form Fortran. Does this only support fixed-form? My code base is a weird mix of "interpreted as free-form but written in fixed-form...
@numirias Are you still maintaining this plugin/interested in new feature PRs?
I edited @Angryrou's command slightly so that if there isn't an environment activated, it doesn't display anything: ```sh # CONDA # Taken from https://github.com/caiogondim/bullet-train.zsh/issues/282#issuecomment-516266791 prompt_conda() { if [[ ! $(conda...
So I've gotten something like this: ```lua function FlogGraph_cmdline() cmp = require('cmp') cmp.setup.cmdline(':', { mapping = cmdline_mappings, sorting = { comparators = { cmp.config.compare.order, }, }, sources = cmp.config.sources({ {...
A bit ugly/verbose, but here's the solution I have now that works well: ```lua local function FlogGraph_cmdline() cmp.setup.cmdline(':', { mapping = cmdline_mappings, sorting = { comparators = { cmp.config.compare.order, },...
 Here's an example of the Dow Jones Industrial. All the blank areas are NaN values. Downloading the csv directly from Yahoo gives this: 
As a test case, [this article](https://www.rosipov.com/blog/use-vimdiff-as-git-mergetool/) has a simple merge conflict setup to do.
> Does fugitive show/indicate this somehow by default without vim-airline installed? Yes. The path of the "git" file that is generated* is under a numbered path. ie `dotfiles2.0/.git//0/.config/zsh/zshPluginList`, where `dotfiles2.0`...
That could work, though it'd be nicer if it displayed what the actual file was (ie. target, working copy, merge for merge conflicts).
Been a little while, but did you happen to follow up with tpope or determine the meaning?