並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 280 件 / 570件

新着順 人気順

neovimの検索結果241 - 280 件 / 570件

  • zshで入力中のコマンドをすぐにNeovimで編集する方法 | DevelopersIO

    どうも。CX事業本部Delivery部のえーたん(@eetann092)です。 筆者はコマンド入力中に「長いコマンドをちょっと修正するためのカーソル移動が面倒だな」「Aは全部Bに置換したいな」と思うことがよくあります。 そんな時にZLE(Zsh Line Editor)のedit-command-lineが便利なので紹介します。 以下は、コマンド入力中にCtrl + oを押してコマンドの文字列をNeovimで編集した例です。 コマンドの文字列を編集後、保存すると反映されます。実行まではされません。あくまでも文字列の編集です。 設定方法 以下が.zshrcに書いた設定です。 autoload -Uz edit-command-line zle -N edit-command-line bindkey "^O" edit-command-line 1行ずつ説明します。 まず、autoloadを

      zshで入力中のコマンドをすぐにNeovimで編集する方法 | DevelopersIO
    • Nixについて|Neovimで書き初め(という名の書類作成)をする

        Nixについて|Neovimで書き初め(という名の書類作成)をする
      • neovim を VSCode チックに使いたいなら!「nvim-ide」 - ソフトウェア開発者のための OSS、まとめてみました!

        概要 neovim というテキストエディタをご存知でしょうか? neovim とは、拡張性と使いやすさのために刷新した Vim 派生テキストエディタで、Vim を利用している方にとっては使いやすいテキストエディタとなっています。 参考:neovim とは何か? vim.blue なお、こちらの neovim は以下のサイトから無料でインストールして使用する事ができます。 neovim.io こちらの neovim ですが、Vim を IDE 化して利用する事ができるアプリケーションなのですが、いろいろカスタマイズしないと普通の Vim と同じような使い方になってしまいます。 Vim 上級者の方や neovim を普段から使用されている方にとっては特に問題ないかもしれませんが、neovim をこれから使ってみたいという方などにとってはとっかかりがなく使いずらいという印象を与えてしまうかもしれ

          neovim を VSCode チックに使いたいなら!「nvim-ide」 - ソフトウェア開発者のための OSS、まとめてみました!
        • Neovimでどこからでもコードを書く/ノートを書く (ufw, Tailscale, Docker) - Qiita

          ...(略)... # ufwのチェインの前にDOCKERチェインに飛ぶ. -A FORWARD -o br-************ -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT -A FORWARD -o br-************ -j DOCKER -A FORWARD -i br-************ ! -o br-************ -j ACCEPT -A FORWARD -i br-************ -o br-************ -j ACCEPT -A FORWARD -j ufw-before-logging-forward -A FORWARD -j ufw-before-forward -A FORWARD -j ufw-after-forward -A FORWARD -j

            Neovimでどこからでもコードを書く/ノートを書く (ufw, Tailscale, Docker) - Qiita
          • fish, neovim, starshipあたりでめっかわ❤️ターミナルを用意する

            デフォルトのシェルだと色があまりついていないし、可愛くもなくてつらい気持ちになったのでかわいくします。dotfilesの存在は知っていたが何から触ればいいのやらな人向け。 だいたい導入するもの fish bashとかzshの変わりに使う historyをGUIで見ることができたり、シンタックスハイライトをデフォルトでしてくれたり、入力補完をデフォルトでしてくれたりする なので設定めんどくさい人でも入れるだけでちょっとハッピー tmux ターミナルのペインとか良い感じに分割したりセッション保存してくれたり neovim vimのすごいやつ いれなくても良い気はしたが、ターミナル上で開発しちゃう人に憧れたのでお試し導入 starship ターミナルを可愛くするやつ fishを入れる この記事を参考に導入する。 プラグイン fisher そもそもfisher add プラグイン名でプラグイン管理

              fish, neovim, starshipあたりでめっかわ❤️ターミナルを用意する
            • Everything you need to know to configure neovim using lua | Devlog

              After a long time in development neovim 0.5 was finally released as a stable version. Among the new exciting features we have better lua support and the promise of a stable api to create our configuration using this language. So today I'm going to share with you everything I learned while I was migrating my own configuration from vimscript to lua. If you are new to neovim and want to start your co

              • Neovim から Copilot Chat を使う - Qiita

                Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? Vim から Copilot を使いたい場合、 copilot.vim を使われていると思います。 ただ残念なことに copilot.vim は現状 Copilot Chat 機能に対応していません。 この問題を解決できるのが CopilotChat.nvim になります。Neovim stable (0.9.5) か nightly で動作するようです。スターの数も順調に増えているようです。 ということで私も CopilotChat.nvim を導入してみました。備忘録として設定した内容をこの記事に書いておきます。 導入手順 基本的に

                • Neovimで記録したマクロを後から編集する

                  マクロ マクロを使いまくろう! マクロ、使ってますか? Vim / Neovim におけるマクロとは、キー操作を記録して再生する機能です。 その自由度からバッファの編集にとどまらず、ファイル操作やプラグインの操作にも使われます。 マクロの編集を後からしたい! マクロを記録するには q を入力してマクロの記録を開始し、再生するには @ を入力します。 例えば、q でマクロの記録を開始して a でマクロ名を指定して q で終了します。 そして、@a でマクロを再生します(Neovim では Q で最後に記録したマクロを再生します)。 ですが、マクロを記録する時って緊張しますよね? 間違って余計な ; を入力してしまったり、途中で q を押し忘れてしまったり。 間違えたらまた最初からやり直し...なんてやってられません! マクロを後から編集できたらいいですよね? マクロの編集 実は、記録したマク

                    Neovimで記録したマクロを後から編集する
                  • tmux上のneovimでtrue colorを使ってundercurlを正しく表示する - Kotaro7750's diary

                    neovimのカラースキームには、cui用とgui用があり、ターミナルからは本来なら前者しか使えず、256色しか表現することかできません。しかし、最近のターミナルでは、true colorと言って16進数カラーコードで指定可能な色を表現することができます。 この機能を使えば、ターミナルにいながら、gui用のカラースキームでneovimを使えてとても美しいのですが、ターミナルプレクサのtmux上で使用しようとするとある不具合が起こる可能性が高いのでその解決法を解説していきます。 不具合 前提 tmux neovim 確認 原因 対処 tmuxの設定 おまけ 不具合 gui用のカラースキームの中には、(一部cui用でも使っているものがありますが)下の画像のように特定のハイライトに下線や波線を使っているものがあります。 tmuxを使うときの不具合とはずばり、この下線や波線がうまく表示されないとい

                      tmux上のneovimでtrue colorを使ってundercurlを正しく表示する - Kotaro7750's diary
                    • Reload init.vim without restarting neovim

                      Robin Gagnon Posted on Sep 14, 2020 • Updated on Sep 21, 2020 • Originally published at reobin.dev Note: Most of the information below is also true for vim and its .vimrc The road to the perfect vim/nvim configuration is addictive. I have come to accept that the time I spend configuring my setup will always be greater (much greater) than the time I save using nvim over other text editors. I like t

                        Reload init.vim without restarting neovim
                      • WSL2+VS Code Neovim+ノーマルモードIME自動OFF - Qiita

                        Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

                          WSL2+VS Code Neovim+ノーマルモードIME自動OFF - Qiita
                        • Neovimのすゝめ│wonwon eater

                          2022.01.23 2022.08.28 [第13回] Neovimのすゝめ – LSPをセットアップ(Builtin LSP編) 連載 本記事は複数記事の連載記事の1つです。 Builtin LSP NeoVimは標準でLSPクライアントが実装されており、Builtin LSPやnvim lspと呼ばれています。 Lua言語によってパフォーマンスが向上したり、フローティングウィンドウなどNeoVimにしかない機能が利用されています。 メリットでもデメリットでもありますが、Builtin LSPはcocのようなオールインワンで […] 2021.11.01 2021.12.20 NeoVim, [第12回] Neovimのすゝめ – 自動セットアップスクリプトを作ろう Neovimを新しい環境に作ろうとすると、これが意外と大変です。 Neovim上の設定はinit.vimやプラグインマネ

                            Neovimのすゝめ│wonwon eater
                          • NeovimとVSCodeのコーディング環境構築

                            VSCodeは vscode-neovimの拡張機能を導入 nvim が使える状態でインストールすると、特にパスを指定することなく使用することができた。 規定の位置の設定ファイルは自動で読み込まれている。 拡張機能公式のドキュメントにもあるが、VSCode上では挿入モードは基本的にVSCodeの操作に移譲しているよう。 jk などカスタムしたキーバインドでノーマルモードに抜けるために、VSCodeのkeybind.jsonに以下を追記する必要がある。 { "command": "vscode-neovim.compositeEscape1", "key": "j", "when": "neovim.mode == insert && editorTextFocus", "args": "j" }, { "command": "vscode-neovim.compositeEscape2",

                              NeovimとVSCodeのコーディング環境構築
                            • mrcjkb.dev - Rethinking the `setup` convention in Neovim. Is it time for a paradigm shift?

                              Rethinking the `setup` convention in Neovim. Is it time for a paradigm shift? Posted on August 22, 2023 In the ever-evolving Neovim plugin ecosystem, the usage and appropriateness of a setup function for initializing plugins has become somewhat a hot topic. This discussion has sparked differing opinions among plugin developers. Like some other plugin authors, I’ve recently found myself reverting b

                              • windowsでwsl2でvscode-neovimを早めにしたい - Qiita

                                どうも、vimmerを自称する癖にvimを裏切りvscodeに頭を垂れた弱者です。 同時に完全linux互換という言葉につられ、osxとlinuxを裏切り、wsl2に頭を垂れた罪人でもある私は、vscode-neovimとかいういい感じの拡張機能を見つけたので、いじってみました。 すると気持ちよくなりました。 しかし、neovim0.5だの、vim-plugだの、ime自動切り替えだのに時間を取られて、すぐに気持ちよくなれなかったのもまた事実。 すぐに気持ちよくなりたい人のためにこれを記す。 何が手に入るのか リーダーキーはspace クリップボードはwindows側の物を使う easymotion搭載 インサートモード、コマンドモードを抜けるときにIMEを無効にする vim-surroundも一応 そんなvscode vim環境。 どうすればいいのか wsl2上でこれを実行し、 # In

                                  windowsでwsl2でvscode-neovimを早めにしたい - Qiita
                                • ターミナル厨がお届けする、NeoVim入門|チュートリアルと設定方法|東京のWEB制作会社・ホームページ制作会社|株式会社GIG

                                  ターミナル厨がお届けする、NeoVim入門|チュートリアルと設定方法|東京のWEB制作会社・ホームページ制作会社|株式会社GIG はじめまして!株式会社GIGのサービス開発事業部でアプリケーションエンジニアとして働くちいかた(片田)です! Web領域に限らず、エンジニアなら誰しも一度はVimを使ったことがありますよね。 なんだか小難しそうだし、特殊なキーバインドを覚えなきゃいけないというイメージがあるVimですが、一度慣れてしまえば某VSCodeよりも使いやすく快適で、何よりも見て触ってかっこいい開発環境が手に入ってしまう……かもしれません。 またVimをモダンに改良して作られたNeoVimなら、設定の書き方もとっつきやすくておすすめです。 今回はNeoVim歴1年 + GIGのターミナル厨を自称している私が、NeoVimをラフに始める方法と最低限必要な設定を紹介しつつ、NeoVimに入門

                                    ターミナル厨がお届けする、NeoVim入門|チュートリアルと設定方法|東京のWEB制作会社・ホームページ制作会社|株式会社GIG
                                  • 【Vimmer の Webエンジニアが TypeScript で Neovim プラグインを作った話】をイベントで発表してきました! - snaqme Engineers Blog

                                    こんにちは。スナックミーでエンジニアをしているタク(@yamataku3831)です。 このたび6月21日に、クラスメソッド株式会社のオフィスで開催されたイベントにて、LT登壇の機会をいただきました。 connpass.com 250人のエンジニアが参加する中、今回お話しさせていただいたテーマは【Vimmer の Webエンジニアが TypeScript で Neovim プラグインを作った話】。この記事では、発表時に使用したスライドもご共有しつつ、私が TypeScript で Neovim プラグインを作るに至った背景をご紹介します。 スナックミーの世界観あふれるマイページは TypeScript で作られている スナックミーでは「おやつの定期便」だけでなく、ECストアでも楽しいおやつ時間を体験することができます。特にサービスとユーザーの大切な接点であるマイページは、ナチュラル/ポップ

                                      【Vimmer の Webエンジニアが TypeScript で Neovim プラグインを作った話】をイベントで発表してきました! - snaqme Engineers Blog
                                    • VSCode Neovim - Visual Studio Marketplace

                                      Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter. VSCode Neovim VSCode Neovim Integration Neovim is a fork of Vim to allow greater extensibility and integration. This extension uses a fully embedded Neovim instance, no more half-complete Vim emulation! VSCode's native functionality is used for insert mode and VSCode commands, making the best use of both editors. 🎉

                                        VSCode Neovim - Visual Studio Marketplace
                                      • 【NeoVim】プラグインを導入してモダンなNeovimにする|Histone

                                        の(Option 8)の方法を取るのが一番簡単。以下のコマンドをTerminalにコピペして実行するだけ。 mkdir -p ~/.local/share/fonts cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otfこれで「Droid Sans Mono Nerd 」フォントがインストール完了。 (ステップ2) 次に、「~/.config/nvim/init.vim」のプラグインの設定部分

                                          【NeoVim】プラグインを導入してモダンなNeovimにする|Histone
                                        • GitHub - Julian/lean.nvim: Neovim support for the Lean theorem prover

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            GitHub - Julian/lean.nvim: Neovim support for the Lean theorem prover
                                          • GitHub - akinsho/toggleterm.nvim: A neovim lua plugin to help easily manage multiple terminal windows

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - akinsho/toggleterm.nvim: A neovim lua plugin to help easily manage multiple terminal windows
                                            • GitHub - nvim-lualine/lualine.nvim: A blazing fast and easy to configure neovim statusline plugin written in pure lua.

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                GitHub - nvim-lualine/lualine.nvim: A blazing fast and easy to configure neovim statusline plugin written in pure lua.
                                              • neovim + fcitx5で vi協調モード

                                                協調モード vimには協調モードという考え方があります。insert modeから esc を押してコマンドモードに移行したときに自動的にIMEをOFFにして半角英数入力に切り替えてくれる機能を指します。vimだけではなくIMEを側の実装が必要なわけですが、uimというIMEにはこの機能がデフォルトで実装されています。 しかし僕が使っているのは fcitx5 + mozcという環境なので、ひと工夫必要です。 解決 色々方法はあって、 fcitx5-remote にコマンドを送ったり、mozc側の設定でescを押したらIMEを無効化するとかでもいいわけですが、今回は下記のプラグインを使いました。 h-hg/fcitx.nvim: A Neovim plugin writing in Lua to switch and restore fcitx state for each buffer.

                                                  neovim + fcitx5で vi協調モード
                                                • 【Mac】VSCodeにNeovimを入れて、ノーマルモードに戻る時に日本語入力に設定したが、インサートモードで[かな]キーを押すと日本語入力される - Qiita

                                                  【Mac】VSCodeにNeovimを入れて、ノーマルモードに戻る時に日本語入力に設定したが、インサートモードで[かな]キーを押すと日本語入力されるMacneovimVSCodeVSCode-Extension VSCodeのNeovimの設定で、ノーマルモードに戻る時に日本語入力になるようにした。しかし、インサートモードにしたあと、[かな]キーを入力するとノーマルモードに戻った時に入力された文字が[かな]で使われてしまう模様 環境 OS: Mac Monterey 12.6.3 VSCode: 1.75.1 VSCode Neovim: 0.0.97 Neovim: 0.8.0 前提 VScodeにNeovimのプラグインはインストール済み MacにNeovimインストール済み(brewでインストール) im-selectをインストール済み 結論 入力ソースを「ことえり」から「Googl

                                                    【Mac】VSCodeにNeovimを入れて、ノーマルモードに戻る時に日本語入力に設定したが、インサートモードで[かな]キーを押すと日本語入力される - Qiita
                                                  • Neovim + Dark powered plugins + coc.nvim で最高の開発環境を構築する - Qiita

                                                    大学の研究室の夏合宿でNeovimのプラグインの紹介LTを作成しました。(Neovim plugins - Google Slides) LT用に作った資料なのでプラグインのそれぞれの軽い紹介しかできなかったので、改めてプラグインの紹介と動作の様子、キーマップなどの設定を記事にしたいと思います。 dotfiles(設定ファイル)を見たい人はこちらです。 Dork powered pluginsとは Dork powered pluginsはShougo / 暗黒美無王さんがVim用に作成したとても使いやすいプラグインのことです。 このプラグインがなかったらVimmerになっていなかったです。 今回紹介するプラグインは以下の5つです。 dein.vim: プラグインマネージャー denite.nvim: Vimのインターフェースを統合したプラグイン defx.nvim: シンプルかつ強力なフ

                                                      Neovim + Dark powered plugins + coc.nvim で最高の開発環境を構築する - Qiita
                                                    • GitHub - nvim-tree/nvim-tree.lua: A file explorer tree for neovim written in lua

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                        GitHub - nvim-tree/nvim-tree.lua: A file explorer tree for neovim written in lua
                                                      • GitHub - rcarriga/nvim-notify: A fancy, configurable, notification manager for NeoVim

                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                          GitHub - rcarriga/nvim-notify: A fancy, configurable, notification manager for NeoVim
                                                        • tee.exe binary dependency exhibiting illegitimate / unauthorized behavior · Issue #32431 · neovim/neovim

                                                          While installing/testing neovim in a Windows 11 sandbox environment for security testing purposes before deploying in a commercial environment, the bundled tee.exe binary was classified as Trojan.Malware.300983.susgen. After doing my due diligence to rule out a false positive, I'm finding that this binary is exhibiting what I would consider suspicious behavior. Specifically, it is performing DNS l

                                                            tee.exe binary dependency exhibiting illegitimate / unauthorized behavior · Issue #32431 · neovim/neovim
                                                          • Neovimをアップデートしたら怒られたので備忘録。調査手順と事前にできる対応 | DevelopersIO

                                                            どうも。CX事業本部Delivery部のえーたん(@eetann092)です。 先日Neovimのv0.8.0がリリースされました。 アップデート後、Neovimを起動すると非推奨のAPIについてのメッセージが表示されたため、その対応を記録しておきます。 メッセージ内容と対策 client.resolved_capabilitiesは非推奨 まず最初に表示されたのは、以下のようなメッセージです(適宜改行してます)。LSPの機能判定に使用していたclient.resolved_capabilitiesが非推奨になり、代わりにclient.server_capabilitiesを使ってください、という内容でした。 [LSP] Accessing client.resolved_capabilities is deprecated, update your plugins or configur

                                                              Neovimをアップデートしたら怒られたので備忘録。調査手順と事前にできる対応 | DevelopersIO
                                                            • My developer workflow using WSL, tmux and Neovim

                                                              Hi! Today I'm gonna talk about my daily developer workflow and all the tools I use to set up a productive enviroment for coding. I think having a nice looking terminal and some tools to save time are really helpful to keep you productive in daily coding sessions. Operating System I use Windows and it's pretty much unusable for programming. Thankfully Microsoft understood that and made Windows Subs

                                                                My developer workflow using WSL, tmux and Neovim
                                                              • GitHub - jackMort/ChatGPT.nvim: ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API

                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                  GitHub - jackMort/ChatGPT.nvim: ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
                                                                • GitHub - nvim-neo-tree/neo-tree.nvim: Neovim plugin to manage the file system and other tree like structures.

                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                    GitHub - nvim-neo-tree/neo-tree.nvim: Neovim plugin to manage the file system and other tree like structures.
                                                                  • Open Neovim From Your Browser - Integrating nvim with Svelte’s Inspector

                                                                    Open Neovim From Your Browser - Integrating nvim with Svelte’s Inspector Let’s say you’re doing some web development and you notice that one button you haven’t touched in years has a slight contrast issue. Searching for the relevant component could literally cost you seconds and just thinking about searching for it in your codebase gives you major anxiety? What if I told you, you can just click th

                                                                      Open Neovim From Your Browser - Integrating nvim with Svelte’s Inspector
                                                                    • Lua-guide - Neovim docs

                                                                      This guide will go through the basics of using Lua in Nvim. It is not meant to be a comprehensive encyclopedia of all available features, nor will it detail all intricacies. Think of it as a survival kit -- the bare minimum needed to know to comfortably get started on using Lua in Nvim. An important thing to note is that this isn't a guide to the Lua language itself. Rather, this is a guide on how

                                                                      • vimでファイル全体をソートする方法 - neovim/vim入門

                                                                        概要 ファイルの編集中に以下の悩みを持つことはありませんか? ファイルの行をソートしたい 編集中のファイルの重複を省きたい vim を終了し、sort コマンドを利用して、ソートしてから、もう一度 vim でファイルを開く、といった面倒な方法もありますが、もっとスマートな方法があります。 外部コマンドを利用したソート ファイル内をソートする方法 現在のファイル(バッファ)全体に対して、sort コマンドを実行する方法は以下の通りです。

                                                                        • GitHub - rebelot/heirline.nvim: Heirline.nvim is a no-nonsense Neovim Statusline plugin designed around recursive inheritance to be exceptionally fast and versatile.

                                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                            GitHub - rebelot/heirline.nvim: Heirline.nvim is a no-nonsense Neovim Statusline plugin designed around recursive inheritance to be exceptionally fast and versatile.
                                                                          • VSCode NeovimでVSCodeをVimのように操作する - sambaiz-net

                                                                            VSCode NeovimはVSCodeをVimのように操作できるようにするExtension。 同種のExtensionとしてVimをエミュレートするVSCodeVimというのもあるが、 こちらはエミュレートするのではなく実際のNeovimをバックエンドとすることで ほぼ完全な互換性と軽快な動作を実現しているらしい。 Neovimをインストールする。 $ brew install neovim $ which nvim /usr/local/bin/nvim $ nvim --version NVIM v0.6.1 Build type: Release LuaJIT 2.1.0-beta3

                                                                              VSCode NeovimでVSCodeをVimのように操作する - sambaiz-net
                                                                            • GitHub - nwiizo/cargo.nvim: A Neovim plugin that provides seamless integration with Rust's Cargo commands. Execute Cargo commands directly from Neovim with a floating window interface.

                                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                GitHub - nwiizo/cargo.nvim: A Neovim plugin that provides seamless integration with Rust's Cargo commands. Execute Cargo commands directly from Neovim with a floating window interface.
                                                                              • NeoVimのjob control apiを使ってみる会

                                                                                NeoVimにはjob control apiというシステムがありNeoVimと他の言語で通信が行える。 サンプルはここに書く。今回はRustとの通信をして簡単な計算式をRust側で実行してそれを表示できるまで

                                                                                  NeoVimのjob control apiを使ってみる会
                                                                                • Neovimを使ったノートの取り方、nvim-orgmodeとoil.nvimの話

                                                                                  はじめに ノートの取り方についてなかなかやり方が決まらずにいて、いろいろと試してきましたが最近になって概ね固まってきました。これまではnvim-orgmodeで日々のタスク管理と時間の記録を、Neorgで日報やドキュメントなどを管理していました。 最近Neorgのv8.0.0で破壊的な変更が入ったこともあり[1]、それのキャッチアップをするか、nvim-orgmodeに一本化するか悩んでいました。その結果として、nvim-orgmodeに一本化して運用していくことに決めました。 この記事では、nvim-orgmodeを使ってどのようにノートを取っているのか、一本化したことで見つかったお悩み(oil.nvimまわり)について書いていきます。 ノートの取り方 まずはnvim-orgmodeをどのように使っているのかについて書いていきます。 nvim-orgmode自体がどのようなものなのかにつ

                                                                                    Neovimを使ったノートの取り方、nvim-orgmodeとoil.nvimの話