Cloud-Native Corner
Cloud-Native Corner
  • 88
  • 74 185
Neovim Telescope Extensions | Extend Your Search Capabilities
One of neovim's superpowers is deep terminal integration. In this video I'm showing you how to use telescope.nvim extensions to interact with external tools and their output right in neovim.
This video is part of an ongoing Neovim series. Check out the entire playlist for more insights and tutorials:
ua-cam.com/play/PLfDYHelvG44BNGMqjVizsKFpJRsrmqfsJ.html
- my nvim dotfiles: github.com/Piotr1215/dotfiles/tree/master/.config/nvim
- telescope.nvim: github.com/nvim-telescope/telescope.nvim
- presentation slides: github.com/Piotr1215/youtube/blob/main/nvim-telescope-extensions/slides.md
Переглядів: 1 734

Відео

Commandline Automation & Integration | fzf, rg, fd, tmux, bash, neovim
Переглядів 2,4 тис.14 днів тому
This video is about automating and integrating various command line tools. I'm showing how to create useful scripts utilizing programs like: - fzf - rg - tmux - git - neovim You will lean how automation can improve daily tasks, such as searching in files, managing tmux sessions, setting reminders and more! Resources: - scripts in my dotfiles: github.com/Piotr1215/dotfiles/tree/master/scripts - ...
AI Assisted Coding in Neovim
Переглядів 1,9 тис.21 день тому
In this video, we want to answer a question whether in the age of AI editors like vim or nvim have a future. You will learn how to take advantage of modern AI tools from nvim List of Plugins: - GitHub Copilot: github.com/github/copilot.vim - Integrate OpenAI's ChatGPT: github.com/jackMort/ChatGPT.nvim - GPT integration for Neovim: github.com/robitx/gp.nvim - Ollama and local LLMs: github.com/Da...
How to write markdown files in Neovim | Tips and Tricks
Переглядів 2,8 тис.Місяць тому
In this video, we will learn how to use Novim to write markdown files efficiently and quickly. We are going through essential plugins, useful key bindings, settings and more! This video is part of an ongoing Neovim series. Check out the entire playlist for more insights and tutorials: ua-cam.com/play/PLfDYHelvG44BNGMqjVizsKFpJRsrmqfsJ.html - my nvim dotfiles: github.com/Piotr1215/dotfiles/tree/...
Multi-Container Neovim Development Environments with Incus
Переглядів 1 тис.Місяць тому
This is a second part of the homelab video series. In this video I'm showing you how to create a dedicated centralized development container withe Neovim and use satellite/utility containers to make the development workflow more flexible and robust. We are using incus: linuxcontainers.org/incus/ and docker to achieve flexible virtualization. - homelab series part 1: ua-cam.com/video/m8aXqR4ixWg...
My Top 20 Neovim Key Bindings: What are Yours?
Переглядів 2,8 тис.Місяць тому
In this video, I'm showing you my top 20 neovim key bindings, some of them you probably know, but some might surprise you. What are your favorite key bindings? This video is part of an ongoing Neovim series. Check out the entire playlist for more insights and tutorials: ua-cam.com/play/PLfDYHelvG44BNGMqjVizsKFpJRsrmqfsJ.html - my nvim dotfiles: github.com/Piotr1215/dotfiles/tree/master/.config/...
Homelab Essentials Part 1 | Setting Up Docker on a VM with Incus
Переглядів 457Місяць тому
Part 1 of the homelab essentials series. In this video, we are going to setup docker on a vm and access it from the host. All this using incus and other open source technologies. - incus: linuxcontainers.org/incus/docs/main/ - slides with commands: github.com/Piotr1215/youtube/blob/main/incus-homelab/slides.md - direnv video: ua-cam.com/video/uaYJb_oROeo/v-deo.html
The Power of Moreutils: 8 Advanced Linux Command Line Tools
Переглядів 2,2 тис.2 місяці тому
In this video we are taking a tour of moreutils and checking out some usecases with demos. We'll explore key utilities like sponge, parallel, and combine, showing practical examples and demos to boost your efficiency on the command line. Moreutils are perfect for sysadmins, developers, and Linux enthusiasts looking to streamline their workflows. - presentation slides: github.com/Piotr1215/youtu...
Practical tmux: A How-To Guide Beyond the Basics
Переглядів 4 тис.2 місяці тому
There are plenty of excellent resources for tmux for beginners, but this video takes you a step further. You will learn how to effectively use tmux in a real workflow, looking at a few advanced features and see how to take advantage of the tmux extensibility and use sessions well. - my .tmux.conf: github.com/Piotr1215/dotfiles/blob/master/.tmux.conf
10 CLI Tools That Made the Biggest Impact on my Terminal-Based Workflow
Переглядів 4,9 тис.2 місяці тому
The command line remains a powerful ally for anyone working in tech. Whether you’re managing Kubernetes clusters, writing code, automating deployments, or writing prose in markdown files, the right set of tools can significantly boost your efficiency. In this video, I will go through 10 CLI tools that made the biggest impact on my terminal based workflow. Demos and examples included. I you are ...
Neovim Completions How-To: Create Custom Completions Source
Переглядів 8842 місяці тому
In this video, I briefly introduce how to configure and setup nvim-cmp completion plugin. The main focus is on creating and wiring up a custom completion source. This will give you knowledge and confidence when working with Neovim completion system. This video is part of an ongoing Neovim series. Check out the entire playlist for more insights and tutorials: ua-cam.com/play/PLfDYHelvG44BNGMqjVi...
10 Text Transformation Tasks To Improve Your (Neo)vim Editing Skills
Переглядів 3,4 тис.2 місяці тому
In this video, I guide you through a series of practical exercises of transforming text in (Neo)vim. We will learn how to: 1. Remove extra spaces 2. Add "-" making the whole thing a list 3. Swap user with repo name 4. Convert to markdown style links 5. Sort by number of stars descending 6. Create markdown table 7. Convert to json 8. Delete lines where stars are less than 1000 (use word boundary...
My Top 10 Neovim Plugins: With Demos!
Переглядів 5 тис.2 місяці тому
In this video, I'm going through a list of my top 10 Neovim plugins. Plugins are not mandatory to use Neovim, but they can enrich your experience by a lot. This video is part of an ongoing Neovim series. Check out the entire playlist for more insights and tutorials: ua-cam.com/play/PLfDYHelvG44BNGMqjVizsKFpJRsrmqfsJ.html Plugins are organized into groups 00:02:00 Navigation - github.com/alexghe...
Neovim LSP Setup: A Practical Guide
Переглядів 2,1 тис.2 місяці тому
Neovim LSP Setup: A Practical Guide
Manage Kubernetes Easily with Pepr: TypeScript and Plain-English Configs
Переглядів 6662 місяці тому
Manage Kubernetes Easily with Pepr: TypeScript and Plain-English Configs
How to Develop Neovim Plugins in Lua: Step-by-Step Guide
Переглядів 1,5 тис.2 місяці тому
How to Develop Neovim Plugins in Lua: Step-by-Step Guide
Build Your Own Neovim Modules Library: A Step-by-Step Guide
Переглядів 1,7 тис.2 місяці тому
Build Your Own Neovim Modules Library: A Step-by-Step Guide
(Neo)vim Macros: Record...Replay...Profit!
Переглядів 7112 місяці тому
(Neo)vim Macros: Record...Replay...Profit!
10 (Neo)vim Search and Replace Tips Every Developer Should Know
Переглядів 2,9 тис.2 місяці тому
10 (Neo)vim Search and Replace Tips Every Developer Should Know
The Power of (Neo)vim AutoCommands: Guide with Practical Examples
Переглядів 2,2 тис.2 місяці тому
The Power of (Neo)vim AutoCommands: Guide with Practical Examples
Why Every Cloud Engineer Needs (Neo)vim for Kubernetes YAML Editing
Переглядів 1,9 тис.2 місяці тому
Why Every Cloud Engineer Needs (Neo)vim for Kubernetes YAML Editing
3 Essential Linux Command Line Tools for DevOps Engineers
Переглядів 5772 місяці тому
3 Essential Linux Command Line Tools for DevOps Engineers
The Zsh Shell Tricks I Wish I'd Known Earlier: Boost Terminal Productivity
Переглядів 3,5 тис.3 місяці тому
The Zsh Shell Tricks I Wish I'd Known Earlier: Boost Terminal Productivity
Deploy Your First WebAssembly App on Kubernetes in 10 Minutes
Переглядів 1413 місяці тому
Deploy Your First WebAssembly App on Kubernetes in 10 Minutes
Level Up Your (Neo)vim Skills: 6 Practical External Command Tricks
Переглядів 3,5 тис.3 місяці тому
Level Up Your (Neo)vim Skills: 6 Practical External Command Tricks
Direnv: Flexible Environment Management | Works for Kubernetes Too
Переглядів 4403 місяці тому
Direnv: Flexible Environment Management | Works for Kubernetes Too
Automate Kubernetes with Shell-Operator | No Go? No Problem! Use Bash, Python, or Kubectl
Переглядів 8913 місяці тому
Automate Kubernetes with Shell-Operator | No Go? No Problem! Use Bash, Python, or Kubectl
Automating Cloud Infrastructure Incident Response with Runbooks | Open-Source Tools
Переглядів 1553 місяці тому
Automating Cloud Infrastructure Incident Response with Runbooks | Open-Source Tools
(Neo)vim: Effortless Text Editing | A Beginner-Friendly Practical Guide
Переглядів 1,9 тис.3 місяці тому
(Neo)vim: Effortless Text Editing | A Beginner-Friendly Practical Guide
Bash Scripting for Beginners: Step-by-Step Practical Guide
Переглядів 1,6 тис.3 місяці тому
Bash Scripting for Beginners: Step-by-Step Practical Guide

КОМЕНТАРІ

  • @rezhaadriantanuharja3389
    @rezhaadriantanuharja3389 4 дні тому

    In my neovim config: ctrl + hjkl moves between windows shift + hl moves between buffers shift + hjkl in visual mode drags the highlighted text along In my i3wm config: Alt + hjkl moves between windows ctrl + alt + hjkl moves the window itself In my MacBook: Cmd + hjkl are mapped to arrow keys In Tmux: Prefix + hjkl move between windows

  • @erpelappel
    @erpelappel 5 днів тому

    Thanks buddy. This is pretty useful 👍

  • @ayoubelmhamdi7920
    @ayoubelmhamdi7920 6 днів тому

    all of these plugins is useless, neovim is good without it.

  • @prashlovessamosa
    @prashlovessamosa 7 днів тому

    your channel is goldmine for neovim newbee.

  • @prashlovessamosa
    @prashlovessamosa 7 днів тому

    thanks for this indeed very helpful.

  • @itztlacoliuhqui
    @itztlacoliuhqui 7 днів тому

    I learned a lot. Thank you Also, unrelated but whats that font you are using?

  • @timstewart2800
    @timstewart2800 8 днів тому

    Fun quiz!! Thanks! I missed the one on running an external command. Don't you need to put an exclamation point before the command?

  • @adamjung9950
    @adamjung9950 8 днів тому

    Your vids are best i've seen thank you

  • @RNJudas
    @RNJudas 8 днів тому

    Many of these are general terminal shortcuts and not isolate to ZSH. Still a good video.

  • @pdreik
    @pdreik 10 днів тому

    cfdo is what I needed. Last Time I've used VS-Code for such a substitution, but I don't want to use it 🙂

  • @Speckled980
    @Speckled980 12 днів тому

    Hi mate, really nice video. Keep it up!!🎉

  • @wojciech-kulik
    @wojciech-kulik 12 днів тому

    Great tricks! I didn't know that you can narrow search results using <C-space> - very useful

  • @aftamohd
    @aftamohd 12 днів тому

    can u create or use NVCHAD 3.0 neovim ...and make video on that

  • @wojciech-kulik
    @wojciech-kulik 13 днів тому

    Great video! I think you should also make a series about Nix. I recently migrated my macOS to nix-darwin and it's pretty amazing. Definitely worth to learn.

    • @cloud-native-corner
      @cloud-native-corner 12 днів тому

      Thank you! I'm still on the fence with Nix, tried to use it a few times, but never had enough motivation to push through the syntax. I'm also not using mac, so it's not useful enough for me. One day I will bite the bullet :)

  • @JavierHarford
    @JavierHarford 13 днів тому

    Nice, so we can also use g to match lines that end with whitespace and remove that whitespace also

    • @cloud-native-corner
      @cloud-native-corner 12 днів тому

      Yes, exactly! You can use it to delete, but also copy, move lines or search or perform any other key operations in normal mode. It's pretty powerful.

  • @DEVDerr
    @DEVDerr 14 днів тому

    I just use Vi-mode and edit the text like I would use it in Neovim. But it's cool to know btw. zajebista robota! najlepszy i najbardziej praktyczny content jaki ostatnio widziałem <3

    • @cloud-native-corner
      @cloud-native-corner 12 днів тому

      Dziekuje, dziekuje, bede wiecej produkowal :) I used to have vi-mode, but it was messing up with my other bindings and reverted to Ctrl+X+E for command line edit. Nvim opens fast and provides more editing capabilities than the in-line vi-mode.

  • @Adschem-t9m
    @Adschem-t9m 15 днів тому

    What do you use to make the presentations?

  • @SvenBergnerLTF
    @SvenBergnerLTF 18 днів тому

    First of thank you for your great videos. In every video I saw I learned something new. And that's great. Maybe I've missed something, but I would like to know what tool do you use to show your markdown based slides.

    • @cloud-native-corner
      @cloud-native-corner 12 днів тому

      Thank you! I'm using this slides tool: github.com/maaslalani/slides for the presentaiton.

    • @SvenBergnerLTF
      @SvenBergnerLTF 12 днів тому

      ​​@@cloud-native-corner Thanks for the link. Looks very good

  • @farzadmf
    @farzadmf 18 днів тому

    "can be combined with fixed scoll position"; is that referring to a plugin?

    • @cloud-native-corner
      @cloud-native-corner 12 днів тому

      Yes, apologies for not mentioning it. Here is what I'm using: github.com/vim-scripts/scrollfix (might as well be the oldest vim plugin!)

    • @farzadmf
      @farzadmf 12 днів тому

      Thank you, seems QUITE old! 😉

  • @koshrf
    @koshrf 18 днів тому

    More like 'neovim' stuff than 'automation'. All you showed up were neovim plugins and shortcuts nothing to do with automation.

    • @Peter1215
      @Peter1215 18 днів тому

      There is not a single neovim plugin mentioned. A lot of the automation integrates with neovim by opening files in it.

    • @cloud-native-corner
      @cloud-native-corner 12 днів тому

      I don't see a problem here, neovim is an important part of the automations I use. Also, I mostly create videos about neovim, so it fits the content.

  • @cloud-native-corner
    @cloud-native-corner 18 днів тому

    What are your favorite commandline automation & integration scripts and tools?

  • @MaximeSeguin
    @MaximeSeguin 20 днів тому

    @cloud-native-corner Great video, thank you! Since you're asking for topic ideas... (Just know that I'm new to all this stuff, ie, linux, incus, homelab, etc. I've just finished building a new server for my homelab.) The first thing I would like to do with Incus (if possible), is to setup networking/access my services from outside. I'm thinking of installing OpnSense (Incus VM), Omada Controller for tpling wifi access point (Docker or LXC), WireGuard (wg-easy docker) - all this with with the help of Terraform or Ansible (if possible). At first, this new server will be "all in one" for now (router, firewall, media server : Incus, OpnSense, Omada Controller, WireGuard (wg-easy docker), Jellyfin, etc). Anyway, I think Incus would be very helpful in setting all this. What do you think?

    • @MaximeSeguin
      @MaximeSeguin 20 днів тому

      @cloud-native-corner Another thing I would like you to cover is when to use LCX vs Docker. If I understand correctly, Incus is also good at running LXC(s).

    • @cloud-native-corner
      @cloud-native-corner 13 днів тому

      Thank you for the ideas. Incus is a successor of LXC which is no longer open source. I will definitely make some more videos about it.

  • @danielgomez2503
    @danielgomez2503 21 день тому

    This was a great video. I learned a lot from your example, hopefully you make more videos showcasing this type of implementation

  • @BusakornWeng
    @BusakornWeng 26 днів тому

    I added these lines to .bashrc. When I enter "exit", the window will automatically close if there is only one. # TMUX if [ -z "$SESSION_TYPE" ]; then if [ `which tmux 2> /dev/null` -a -z "$TMUX" ]; then tmux -2 attach || tmux -2 new; exit fi else if [ `which tmux 2> /dev/null` -a -z "$TMUX" ]; then tmux -2 new; exit fi fi

  • @henrymisc
    @henrymisc 26 днів тому

    You didn't mention my personal favorite: Avante. However, it currently only works on a single file unfortunately. Will definitely give Aide a try - it looks really powerful. Thank you! 🙏

    • @cloud-native-corner
      @cloud-native-corner 26 днів тому

      I didn't know about avante and was playing around with it since yesterday, but decided to stick with the mix of aider and gp.nvim.

  • @khalidmesbah2059
    @khalidmesbah2059 26 днів тому

    what about avante.nvim, supermavin-nvim, and sourcegraph/sg.nvim?

    • @cloud-native-corner
      @cloud-native-corner 26 днів тому

      I didn't know about those plugins. I was playing around with avante since yesterday, but decided to stick with the mix of aider and gp.nvim. Will check out the other plugins later today, thank you for sharing!

  • @jamesamo6962
    @jamesamo6962 26 днів тому

    Good one. I will also suggest avante nvim and codecompanion nvim as well

    • @cloud-native-corner
      @cloud-native-corner 26 днів тому

      Thank you! I didn't know about avante and was playing around with it since yesterday, but decided to stick with the mix of aider and gp.nvim. Will check out codecompanion.nvim today, thank you for sharing!

  • @viveknidhi
    @viveknidhi 26 днів тому

    Awesome session, thank you. can I ask which terminal you use and OS please ?

    • @cloud-native-corner
      @cloud-native-corner 26 днів тому

      Happy you liked it! I'm using alacritty and pop os, it has worked great for me.

  • @pietraderdetective8953
    @pietraderdetective8953 26 днів тому

    at 26:40 the author accidentally deleted his snapd cache xD I giggled a bit

    • @cloud-native-corner
      @cloud-native-corner 26 днів тому

      Yep, it could have been much worse. Fat-fingering some commands and lag due to OBS could have costed me root partition ;)

  • @pietraderdetective8953
    @pietraderdetective8953 27 днів тому

    Hey I wanna say you have a great channel here with contents rarely seen on other channels. Focusing into Tmux, Neovim etc made your channel super unique. Liked & subbed!

    • @cloud-native-corner
      @cloud-native-corner 26 днів тому

      Thank you so much for the kind words! Such comments keep me motivated to get more videos out there :). Many thanks for the sub!!!

  • @NomenNescio99
    @NomenNescio99 28 днів тому

    *nix user since -92, I did not know about the pee command, very useful, I have wanted such a thing many times. Thank you!.

    • @cloud-native-corner
      @cloud-native-corner 26 днів тому

      Awesome! That's exactly what the author of moreutils had in mind when creating them. Most of the utils cover some requirement that would be _nice to have_ in core utils.

  • @jiyasanghvi
    @jiyasanghvi Місяць тому

    what tool you are using to prepared this slides presentation ? Thanks for all your content

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      Thank you for watching! I'm using github.com/maaslalani/slides

  • @arungeorge2067
    @arungeorge2067 Місяць тому

    isn't zsh much better ?

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      zsh is a terminal shell whereas tmux is a terminal multiplexer, they can work together. In the video I'm using zsh with tmux.

  • @aftamohd
    @aftamohd Місяць тому

    can you tell how configure key bindings...

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      Maybe this video would be helpful: ua-cam.com/video/Et0Wu29t4_k/v-deo.html

  • @aftamohd
    @aftamohd Місяць тому

    can you please create a play list for this so that we can follow them in order... this will be great help for people who wants to master vim...

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      This video is already part of the neovim playlist, you can see in in the video description: ua-cam.com/play/PLfDYHelvG44BNGMqjVizsKFpJRsrmqfsJ.html.

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars Місяць тому

    thank you, do you have any idea regarding the gitlab ci schemas? The linter always complain about !Reference used in gitlab file but whatever schemas I use don't handle it properly

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      I haven't tried gitlab schemas, but if the schema is available in the shemas store it _should_ work. Sorry I couldn't be more helpful here.

    • @a_maxed_out_handle_of_30_chars
      @a_maxed_out_handle_of_30_chars Місяць тому

      @@cloud-native-corner no issues and thank you for taking your time to reply :)

  • @eltongarcia6105
    @eltongarcia6105 Місяць тому

    Great content! thank you.

  • @mylesmontclair
    @mylesmontclair Місяць тому

    Great vid thanks. Love the femaco plugin!!

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      Femaco and mdeval are really great if you work with code fences a lot.

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars Місяць тому

    absolutely wonderful, I'm glad I found this channel :)

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars Місяць тому

    I'm binge watching your channel and everything has been so good so far, one small doubt, how do you create those slides? I've seen them being used by others as well. Thank you :)

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      Awesome, glad you are enjoying the content, more videos coming soon :). I'm using terminal slides CLI: github.com/maaslalani/slides/releases

  • @matthias2447
    @matthias2447 Місяць тому

    What's the name of the font (in the terminal)?

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      [font.normal] family = "JetbrainsMono Nerd Font" style = "Regular"

  • @muizzyranking
    @muizzyranking Місяць тому

    I think alt hjkl might be better for moving lines.

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      Remapping hjkl could be disruptive to the workflow, maybe you meant <leader>hjkl?

  • @thomassantosh
    @thomassantosh Місяць тому

    Fantastic. Very well structured and delivered.

  • @starmountpictures
    @starmountpictures Місяць тому

    This was my first exposure to Incus - installed it and LOVE IT. IMO these would be good subjects for future Incus videos: clustering, snapshots, backups, networking, WAN networking with ZeroTier etc., migrating a VM/LXC from one host to another, different filesystems (zfs, ceph), expanding/collapsing disk, memory, cpu. Incus GUI! Especially: pre-configuring template-images, maybe using Ansible, Terraform. Does Incus support Packer and/or cloud-init? Very interested in GPU pass-thru accessed using ollama. Your videos are GREAT thank you.

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      Thank you! Incus supports cloud-init, you can see I'm using it in the video. Since system-container is very similar to vm, you can also use ansible to configure it. There is also a terraform provider for incus: registry.terraform.io/providers/lxc/incus/latest/docs. Creating your own images is supported using distrobuilder, something I want to show in next video :)

  • @starmountpictures
    @starmountpictures Місяць тому

    Woww. Can anyone compare/contrast incus vs proxmox?

  • @Sub0x-x40
    @Sub0x-x40 Місяць тому

    excellent content, learning so much from you bro and helping me decide which direction I want to head

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      Awesome! Are you thinking of getting into a specific tech area?

  • @AkashGoyal-n3i
    @AkashGoyal-n3i Місяць тому

    loved your content on neovim. I want to ask how you copy in visual mode and paste into an external editor? Is there a keybinding in your config?

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      Thank you, appreciate the kind words. vcmd "set clipboard=unnamedplus" makes it possible to copy to system clipboard directly from neovim. You can also use tmux copy-mode which you might have seen on some of my videos too.

    • @AkashGoyal-n3i
      @AkashGoyal-n3i Місяць тому

      @@cloud-native-corner I am using your nvim config and its already have this vcmd set clipboard under global.lua, still when I try to select using mouse or keyboard it goes into visual mode and doesnt allow to paste in system browser. So to achieve this system clipboard functionality I have to use set.mouse = '' I am not sure which keybinding you are using but if you can help me to achieve the same without set.mouse = ''" that will be highly useful. FYI I am using your config in macbook

    • @AkashGoyal-n3i
      @AkashGoyal-n3i Місяць тому

      Its working on macos but when I am trying the same config in my ubuntu VM, its not working. Is there any way I can achieve the same functionality in my VM ?

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      @@AkashGoyal-n3i the clipboard setting should work in neovim: github.com/Piotr1215/dotfiles/blob/815bc38d1d5c01a77dad3241207ee029f437b878/.config/nvim/lua/settings/global.lua#L9. Maybe you need to switch on clipboard sharing in your virtualization software if you are talking about copy paste between host and vm.

    • @danzorxx
      @danzorxx Місяць тому

      I use vim not neovim, you probably can check it through terminall 'vim -h | grep clipboard' if it return +clipboard meaning your editor support copy to system clipboard​@@AkashGoyal-n3i

  • @jvdmeulen
    @jvdmeulen Місяць тому

    At 6:38 you use "vg_", what the difference with "v$"?

  • @ebouchut
    @ebouchut Місяць тому

    Thank you for this useful list. I use Espanso as my text expander.

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      Thank you! Espanso looks nice. I'm mostly using Autokey for system-wide expansions.

  • @艾曦-e4g
    @艾曦-e4g Місяць тому

    Can you Use llm.nvim or other llm plugin as a complete source!?

    • @cloud-native-corner
      @cloud-native-corner Місяць тому

      It depends on the plugin, plugins' author(s) need to add support for cmp.nvim. There is an issue in llm.nvim to add the support: github.com/huggingface/llm.nvim/issues/56