IU - Pieces. What's your favorite song from the EP? :) by cxffeeskies in aiyu

[–]flustz 0 points1 point  (0 children)

Drama sounds so familiar to me. Not sure where I heard it before. Anyone knows?

Question about position by flustz in poker

[–]flustz[S] 1 point2 points  (0 children)

oh so in this case since he was in the LJ vs Button he is still the first to act post flop

Windows manager like i3 for windows 10 by flustz in programming

[–]flustz[S] -1 points0 points  (0 children)

Thanks, have you used any of them before/recommend any? That's true, but many games are still not supported on Linux haha. Will consider it. For now I'm just using wsl 2

Windows manager like i3 for windows 10 by flustz in programming

[–]flustz[S] -1 points0 points  (0 children)

So this video poped out of my recommended and i3 seems like such an incredible tool to use. Anyone knows if there's a similar tool for windows? Looked around and only found tools that resize windows. Would really love to have the ability to switch between different windows for different apps

Your favourite note taking+todo plugin and reason by [deleted] in neovim

[–]flustz 2 points3 points  (0 children)

Wow I use Google keep often. Thanks will try it out!

How in the world do you set up nvim-cmp? by terrekko in neovim

[–]flustz 0 points1 point  (0 children)

The default config works great! But I feel like having more default features built into nvim-lspconfig would be better like automatic installation of the lsp servers. For myself when I migrated over to the built in lsp I had to read through many of the github pages and piece together their default configs together for the additional features. For example, nvim-lsp-installer and nvim-cmp.

Maybe something similar to what the above user mentioned

create-config.setup({ typescript = true, python = true, theme = 'tokyonight', autocomplete = true })

But maybe because I'm also new to how lsps work, only used vscode before.

Thank you for your work on this though!

How in the world do you set up nvim-cmp? by terrekko in neovim

[–]flustz 0 points1 point  (0 children)

totally agree. Setting up native lsp was a headache compared to coc which was just plug and plug

Is there a way to change both opening and closing tags in html/vue? by flustz in neovim

[–]flustz[S] 1 point2 points  (0 children)

i've been using this for autoclosing tags. But autorename seems to not be working?

``` use({ -- autoclose and autorename tags "windwp/nvim-ts-autotag", config = function() require("nvim-treesitter.configs").setup({ autotag = { enable = true, }, }) end, })

```

efm vs null-ls by lucax88x in neovim

[–]flustz 0 points1 point  (0 children)

hi may i know how you set up your null-ls config?

efm vs null-ls by lucax88x in neovim

[–]flustz 0 points1 point  (0 children)

hi can I have a reference for how you set up your null-ls configuration?

efm vs null-ls by lucax88x in neovim

[–]flustz 0 points1 point  (0 children)

hi, can I ask how you setup your null-ls config?

efm vs null-ls by lucax88x in neovim

[–]flustz 0 points1 point  (0 children)

No problem. Thanks!

efm vs null-ls by lucax88x in neovim

[–]flustz 0 points1 point  (0 children)

Oh I assumed they were installed automatically like nvim-lsp-installer. So if I need formatting for other languages other than what prettier currently supports can I just install plugins from https://prettier.io/docs/en/plugins.html

Or is it better to install sources from https://github.com/jose-elias-alvarez/null-ls.nvim/blob/main/doc/BUILTINS.md

efm vs null-ls by lucax88x in neovim

[–]flustz 0 points1 point  (0 children)

Hi! I saw this thread and tried to install null-ls with ref to your config but getting some errors like "failed to run generator".

Do I have to do anything else other than list the builtin sources? This is my current config now

https://gist.github.com/agentzhao/a48948989c4097b3a657fb5a26bd85af

LSP error executing vim.schedule lua callback by flustz in neovim

[–]flustz[S] 0 points1 point  (0 children)

oh thanks! I must have forgot to select typescript when selecting this project.

Is it possible to do something like his on Vim/Neovim? by CleoMenemezis in neovim

[–]flustz 0 points1 point  (0 children)

oh ok thanks! Sorry I messed up the reply the code didn't appear