Tag neovim

9 bookmarks have this tag.

2024-09-07

7228.

toot by https://mastodon.social/@codito

mastodon.social/@codito/113094515086218839

If you're using AI for coding or prose in Neovim, don't forget to try out <<https://github.com/olimorris/codecompanion.nvim>> and <<https://github.com/milanglacier/minuet-ai.nvim>>!

Both work seamlessly with local models using OpenAI compatible API, e.g., llama-server from llama.cpp <3

[#llm](https://mastodon.social/tags/llm) [#ai](https://mastodon.social/tags/ai) [#neovim](https://mastodon.social/tags/neovim) [#vim](https://mastodon.social/tags/vim) [#copilot](https://mastodon.social/tags/copilot)

2024-08-19

7219.

Leaving neovim for Zed

stevedylan.dev/posts/leaving-neovim-for-zed

A detailed post, including settings to make it easier on your muscle memory.

2024-07-12

7202.

toot by https://mastodon.acc.sunet.se/@ashwinvis

mastodon.acc.sunet.se/@ashwinvis/112775886207334969

I read the first two chapters of

<https:lazyvim-ambitious-devs.phillips.codes/>

Very well written, concise course / e-book by Dusty Phillips. Gives context when needed and even explains a bit of Vim basics which I did not know. I am currently experimenting it using the NVIM_APPNAME environment variable but the results are impressive so far. I might swap my handwritten configuration for what comes out of this course.

[#LazyVim](https://mastodon.acc.sunet.se/tags/LazyVim) [#neovim](https://mastodon.acc.sunet.se/tags/neovim)

2024-06-28

7188.

toot by https://dotnet.social/@guylangston

dotnet.social/@guylangston/112693200602707797

2024-06-20

7178.

toot by https://hachyderm.io/@VimLinks

hachyderm.io/@VimLinks/112648148628222528

2024-02-20

7113.

toot by https://mastodon.world/@orizuru

mastodon.world/@orizuru/111966059278729032

[@rob](https://gts.cupcakerob.nl/@rob)

If you use poetry to manage your venv for each repo, you can also do: poetry shell to use start the virtualenv, and then run nvim . to start coding.

Provided that your dap is setup like this:

local dap = require("dap")  
dap.configurations.python = {  
 {  
 type = "python",  
 request = "launch",  
 name = "Launch file",  
 program = "${file}",  
 pythonPath = "python",  
 },  
}  

[#nvim](https://mastodon.world/tags/nvim) [#neovim](https://mastodon.world/tags/neovim) [#python](https://mastodon.world/tags/python)

7112.

toot by https://gts.cupcakerob.nl/@rob

gts.cupcakerob.nl/@rob/statuses/01HQ44GMQ4QTAV8EVDSGJHFDXZ

TIL: if I want to debug [#python](https://gts.cupcakerob.nl/tags/python) :python: in [#neovim](https://gts.cupcakerob.nl/tags/neovim) :nvim:
your imported packages need to be in the same python env that debugpy is.

Now in [#LazyVim](https://gts.cupcakerob.nl/tags/lazyvim) , [#mason](https://gts.cupcakerob.nl/tags/mason) installs debugpy in it's own venv and the debug adapter can't find the other packages

so: install debugpy in your venv and run

:lua require('dap-python').setup('./venv/bin/python')

or use vscode/pycharm or something if you have a life ;-)

2024-01-14

7092.

toot by https://mastodon.social/@schmic

mastodon.social/@schmic/111753409472080895

For all the [#neovim](https://mastodon.social/tags/neovim) and [#vim](https://mastodon.social/tags/vim) lovers out there that are also using [#firefox](https://mastodon.social/tags/firefox) - as we all should do - here is something to play with on this fine [#sunday](https://mastodon.social/tags/sunday)

<https:github.com/tridactyl/tridactyl> -- [#tridactyl](https://mastodon.social/tags/tridactyl)
A Vim-like interface for Firefox, inspired by Vimperator/Pentadactyl.

DIe Macht in Dosen, ich sags euch.

2024-01-02

7086.

toot by https://hachyderm.io/@VimLinks

hachyderm.io/@VimLinks/111686469194570638