Shubham Pawar

Results 23 comments of Shubham Pawar

Can confirm that this happens even if we're executing lua apis. ```lua --- ~/.config/nvim/lua/user/plugins/sessions.lua { 'stevearc/resession.nvim', enabled = true, lazy = true, init = function() vim.api.nvim_create_autocmd('UIEnter', { callback = function()...

I'm guessing that this would be like ```jsx if (Platform.OS === 'web') { NativeWindStyleSheet.setWebClassNameWebStrategy = twMerge } ``` In our index.js/main.js

I'm by no means a clojure expert(in fact this is the first clojure program I've written) but I think something like this should work. We first check if `XDG_CONFIG_HOME` is...

@Bad3r I didn't test it, since I don't have proper clojure environment setup. This was just a quick and dirty solution I came up with

Right but most of the programs follow lowercase. If we're already using lowercase folder name(`$HOME/.logseq`) then why not keep it consistent. > Better to add $HOME/.config too because for example...

Sorry, I didn't send seperate PR for gitsigns

Facing the same issue. ![image](https://user-images.githubusercontent.com/31388020/166131764-3c3f6be7-819e-4f8c-b741-074dd0ea790a.png) I've this inside my emacs config `(modify-syntax-entry ?- "w")`. Did try this with vanilla emacs and didn't face this issue but is there a workaround...

@pmizio , cannot get completion working for typescript projects. For javascript project its working as expected but for typescript projects no(no hover docs or autocompletion or error reporting). Typescript project...

Ok, thank you for clarification, I'll probably try to convince my team to upgrade the typescript version so I don't need to deal with unmaintained/deprecated libraries which should result in...

PS: https://github.com/antosha417/nvim-lsp-file-operations/pull/29 this didn't work for me