<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Gorjes4444</title>
    <description>The latest articles on DEV Community by Gorjes4444 (@gorjes4444).</description>
    <link>https://dev.to/gorjes4444</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1139447%2F3ab350de-671e-4ca1-929b-036fa37f3421.png</url>
      <title>DEV Community: Gorjes4444</title>
      <link>https://dev.to/gorjes4444</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gorjes4444"/>
    <language>en</language>
    <item>
      <title>Embracing Neovim: Navigating Configuration Challenges and Seeking Guidance</title>
      <dc:creator>Gorjes4444</dc:creator>
      <pubDate>Tue, 15 Aug 2023 13:03:15 +0000</pubDate>
      <link>https://dev.to/gorjes4444/embracing-neovim-navigating-configuration-challenges-and-seeking-guidance-7hn</link>
      <guid>https://dev.to/gorjes4444/embracing-neovim-navigating-configuration-challenges-and-seeking-guidance-7hn</guid>
      <description>&lt;p&gt;¡Hola a todos!&lt;/p&gt;

&lt;p&gt;Soy completamente nuevo en el mundo de Neovim y, para ser honesto, en la programación en general. Estoy realmente emocionado por unirme a esta comunidad y aprender a usar este impresionante editor, pero me estoy enfrentando a algunos desafíos con la configuración. Si hay alguien amable y paciente por ahí dispuesto a ayudar a un novato como yo, ¡sería increíble! 😩&lt;/p&gt;

&lt;p&gt;Mi situación es la siguiente: Tengo Neovim instalado en Windows y he configurado mi entorno según lo que se muestra en la imagen adjunta (init.lua). &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ullfBo9t--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fy2mnrnmseabddoor7d9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ullfBo9t--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fy2mnrnmseabddoor7d9.png" alt="Image description" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--owzvjBXw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/62r43op3rlh014pnosam.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--owzvjBXw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/62r43op3rlh014pnosam.png" alt="Image description" width="800" height="562"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Estoy utilizando LSP-Zero para mi configuración (&lt;a href="https://github.com/VonHeikemen/lsp-zero.nvim"&gt;https://github.com/VonHeikemen/lsp-zero.nvim&lt;/a&gt;). Mi problema principal es que estoy tratando de configurar el complemento "cmp" para que me muestre opciones de autocompletado utilizando las palabras del mismo búfer.&lt;/p&gt;

&lt;p&gt;He leído la documentación de "cmp" y sé que necesito agregar algo de código como este:&lt;br&gt;
-- Asegúrate de configurar cmp después de lsp-zero&lt;br&gt;
local cmp = require('cmp')&lt;/p&gt;

&lt;p&gt;cmp.setup({&lt;br&gt;
  sources = {&lt;br&gt;
    {name = 'nvim_lsp'},&lt;br&gt;
    {name = 'buffer'},&lt;br&gt;
  }&lt;br&gt;
})&lt;br&gt;
Sin embargo, aquí es donde me quedo atascado. No estoy seguro de dónde exactamente debo agregar este código. ¿Debería ser en el archivo init.lua o hay algún otro archivo de configuración específico? Como pueden ver, soy bastante nuevo en esto y estoy tratando de entender todos estos conceptos.&lt;/p&gt;

&lt;p&gt;Agradezco de antemano a cualquiera que esté dispuesto a brindarme su ayuda y orientación. ¡Estoy emocionado por aprender y ser parte de esta comunidad!&lt;/p&gt;

&lt;p&gt;¡Muchas gracias!&lt;/p&gt;

</description>
      <category>español</category>
      <category>programming</category>
      <category>ayuda</category>
      <category>help</category>
    </item>
    <item>
      <title>Embracing Neovim: Navigating Configuration Challenges and Seeking Guidance</title>
      <dc:creator>Gorjes4444</dc:creator>
      <pubDate>Tue, 15 Aug 2023 12:59:49 +0000</pubDate>
      <link>https://dev.to/gorjes4444/embracing-neovim-navigating-configuration-challenges-and-seeking-guidance-5h6a</link>
      <guid>https://dev.to/gorjes4444/embracing-neovim-navigating-configuration-challenges-and-seeking-guidance-5h6a</guid>
      <description>&lt;p&gt;Hey everyone,&lt;/p&gt;

&lt;p&gt;I'm completely new to the world of Neovim and, to be honest, to programming in general. I'm really excited to join this community and learn how to use this amazing editor, but I'm facing some challenges with the setup. If there's a kind and patient soul out there willing to help a newbie like me, that would be incredible! 😩&lt;/p&gt;

&lt;p&gt;Here's where I'm at: I've got Neovim installed on Windows, and I've set up my environment as shown in the attached image (init.lua).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2bHhM2mi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r1x7gjjsb677q888lxtj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2bHhM2mi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r1x7gjjsb677q888lxtj.png" alt="Image description" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--pxHV4s5O--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1vfwctvj0h4ayvknj121.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pxHV4s5O--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1vfwctvj0h4ayvknj121.png" alt="Image description" width="800" height="562"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm using LSP-Zero for my setup (&lt;a href="https://github.com/VonHeikemen/lsp-zero.nvim"&gt;https://github.com/VonHeikemen/lsp-zero.nvim&lt;/a&gt;). My main issue is that I'm trying to configure the "cmp" plugin to show me auto-completion options using words from the same buffer.&lt;/p&gt;

&lt;p&gt;I've read through the "cmp" documentation, and I know that I need to add some code like this:&lt;/p&gt;

&lt;p&gt;lua&lt;br&gt;
Copy code&lt;br&gt;
-- Make sure you set up cmp after lsp-zero&lt;br&gt;
local cmp = require('cmp')&lt;/p&gt;

&lt;p&gt;cmp.setup({&lt;br&gt;
  sources = {&lt;br&gt;
    {name = 'nvim_lsp'},&lt;br&gt;
    {name = 'buffer'},&lt;br&gt;
  }&lt;br&gt;
})&lt;br&gt;
However, this is where I'm getting stuck. I'm not sure exactly where I should add this code. Should it go in the init.lua file, or is there some other specific configuration file? As you can see, I'm quite new to this, and I'm trying to wrap my head around all these concepts.&lt;/p&gt;

&lt;p&gt;I appreciate in advance anyone willing to lend me a hand and provide guidance. I'm excited to learn and be a part of this community!&lt;/p&gt;

&lt;p&gt;Thank you so much!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>neovim</category>
      <category>help</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
