Jason

Results 27 comments of Jason

A section on this in the README would be very helpful, to include how to format the data as well.

> mb related to https://github.com/LunarVim/Neovim-from-scratch/issues/106 Thanks for the reply, but I'm not sure how they are related? I pasted the lua.lua file from the linked issue into ~/.config/nvim/ftplugin/lua.lua but am...

I started nvim with `nvim -V` and got this output at the very beginning ``` chdir(/Users/redacted) chdir(/etc/xdg/nvim) chdir(/Users/redacted) could not source "/etc/xdg/nvim/sysinit.vim" chdir(/Users/redacted) chdir(/usr/local/Cellar/neovim/0.6.1/share/nvim) chdir(/Users/redacted) could not source "$VIM/sysinit.vim" chdir(/Users/redacted)...

So my idea this morning is to do something like ```lua local workingDir = vim.cmd(getcwd()) vim.cmd('cd ~/.config/nvim') require "user.options" -- etc vim.cmd(cd workingDir) ``` However I get `E5113: Error while...

I just started using vimwiki and was looking for this feature in the help pages. I'm hoping to move this back closer to the top of the todo list :D

@mattrubin I will chip in with @haasada to buy you that Watch.

@Laxman-SM you will need to remove the square brackets `[]` from around the value. For instance, you need to go from this `roles = ["${aws_iam_role.cluster_instance_role.name}"]` to this `role = "${aws_iam_role.cluster_instance_role.name}"`...

We have it working with our own hacks, but it's probably not good to add to the elm-bootstrap codebase. You can probably see what we're doing just by this little...

We are also experiencing this issue, though we are using Docker which might result in a similar situation as syncing multiple computers. Removing `/project_root/elm-stuff` and `/project_root/tests/elm-stuff` did help.

I'm having the same issue. Here's the debug log output > ##[debug] checking pattern "*" ##[debug] checking "any" patterns ##[debug] matching patterns against file ci/pre-build/unit-tests.yaml ##[debug] - * ##[debug] *...