Michael
Michael
I also get a version conflict with the recently merged dependabot changes with rollup: ``` npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/rollup npm ERR! dev...
The following React app also has the following error: ```js import React from 'react'; import { Allotment, setSashSize } from 'allotment' const App = () => { return ( Lorem...
It seems like allotment's current behavior is to just render the panes vertically with no separator and no resizing capabilities; I am trying to inspect the source code and I...
You are right... I am embarrassed. Sorry, and thanks!
@woodreamz it is still not working even when importing the CSS
Which shell?
When you would normally run CompileAndRun, first run `:echo expand('%')`. That should print out your filename. If you don't see anything at the bottom, this is the problem. You need...
No. That's default behavior, if you see `[finished]` in the buffer name.
The terminal buffer created through `:terminal some-command` is closed if you type anything while in insert mode when the process has already exited. However, normally when you enter a terminal...
Also, check for any offending `startinsert` lines. So, you may want to remove the `autocmd ... startinsert` line from my `cp.vim` file.