Urmish Shah

Results 13 comments of Urmish Shah

Bump. Can you please look into this? I am also unable to `Ctrl-W + F` on filepaths in text files which earlier used to open the file browser (vim/neovim inbuilt...

The paper under program verification (Coq: The world’s best macro assembler?) is a an insecure link to https://research.microsoft.com/en-us/um/people/nick/coqasm.pdf Should instead be https://www.microsoft.com/en-us/research/wp-content/uploads/2016/12/coqasm.pdf instead The differential privacy paper under information_theory is...

I see something similar too ``` Error detected while processing /remote/us01home57/urmish/.local/share/nvim/site/pack/packer/start/nvim-treesitter/plugin/nvim-treesitter.lua: E5113: Error while calling lua chunk: .../start/nvim-treesitter/lua/nvim-treesitter/highlight.lua:14: attempt to index local 'hlmap' (a nil value) stack traceback: .../start/nvim-treesitter/lua/nvim-treesitter/highlight.lua:14: in...

The one liner is the same `dircolors ~/.dir_colors/dircolors.nordtheme` where `dircolors.nordtheme` is the file `https://raw.githubusercontent.com/nordtheme/dircolors/develop/src/dir_colors` copied directly. You can run it standalone to see if the 'setenv LS_COLORS=` indeed has the...

`go build` is required after `go install` That will compile the `slides` binary.

I've used lazy.nvim (not commuted final changes to my dot files yet) and for beginner config, it works pretty well. You can clone folke's nvim dot files and remove plugins...

I understand kickstart's goal is simplicity and beginner friendliness, which results in a single short config file. But a simple config (with lsp and completion plugins for, say cpp/rust and...

Not sure why snippets exist for 1 word commands in the first place. Wouldn't this just spam the completion menu, snippets shouldn't be used as a language reference.

Seconding this request, I've run into this many times too. Text files are created all the times in people's workflow, the lorem ipsum placeholder text however, is rarely used by...

what does it mean for snippets to be lacking? There are always going to be commands and code blocks that aren't covered by snippets. Clogging up the completion menu for...