{"id":26359160,"url":"https://github.com/mrluisfer/nvim","last_synced_at":"2025-03-16T15:58:53.103Z","repository":{"id":37622447,"uuid":"434772240","full_name":"mrLuisFer/nvim","owner":"mrLuisFer","description":"⚡ Neovim config and adapted for the Frontend and Backend development, and easy to adapt to any config","archived":false,"fork":false,"pushed_at":"2024-02-03T18:23:27.000Z","size":926,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2024-02-03T19:29:55.220Z","etag":null,"topics":["dotfiles","linux","neovim","neovim-configuration","windows"],"latest_commit_sha":null,"homepage":"https://mrluisfer-linktry.netlify.app/","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrLuisFer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-12-04T00:45:09.000Z","updated_at":"2024-02-03T19:29:55.870Z","dependencies_parsed_at":"2024-02-03T19:29:55.518Z","dependency_job_id":"3ebbda32-b86a-42a5-a5fd-f0fe99802361","html_url":"https://github.com/mrLuisFer/nvim","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrLuisFer%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrLuisFer%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrLuisFer%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrLuisFer%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrLuisFer","download_url":"https://codeload.github.com/mrLuisFer/nvim/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893848,"owners_count":20364916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotfiles","linux","neovim","neovim-configuration","windows"],"created_at":"2025-03-16T15:58:53.020Z","updated_at":"2025-03-16T15:58:53.088Z","avatar_url":"https://github.com/mrLuisFer.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Frontend \u0026 Backend Config\n\n\u003c!-- ![Neovim Preview](./doc/screenshot-init-vim.PNG) --\u003e\n\n![Neovim Preview](./doc/preview.png)\n\n![Neovim Second Preview](./doc/nvim-prev-2.png)\n\n### ⚡ About\n\nThis is my personal Neovim setup, which is an extension of [LazyVim](http://www.lazyvim.org), already equipped with a quite good and easy-to-configure configuration.\n\n### 🌱 Contribute\n\nYou can contribute by making a **pull request** with any _bugfix_ or _feature_ that you want to add :D\n\nIf you don't have an idea, you can follow these steps:\n\n- Fork the project (optional in case you have a permission error)\n  Or clone it on your local machine\n\n- Create a new branch with:\n\n  ```bash\n  $ git checkout -b \u003cnew branch\u003e\n  ```\n\n- When you have all the changes you have:\n\n  ```bash\n  $ git add .\n  ```\n\n  ```bash\n  $ git commit -m \"a description\"\n  ```\n\n  ```bash\n  $ git push origin \u003cnew branch\u003e\n  ```\n\nAnd do a **pull request** to the **main** branch\n\n### 📦 Requirements\n\n- Neovim \u003e= 0.9.0\n\n- Git \u003e= 2.19.0 (for clone this project and dependencies inside neovim config)\n\n- GripGrep \u003e= 13.0.0\n\n- FzF \u003e= 0.40.0 (dependes on some plugins that use this fuzzy finder)\n\n- A C compiler in your path and libstdc++ installed [(Windows users please read this)](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support)\n\n- Some terminal like Kitty, Alacritty, iterm2 or warp\n\n- A recommendation is install a Nerd Font for ligatures and display icons\n\n## ❗ Important\n\nFor a good operation of this configuration and to take **advantage of all** the Plugins, we recommend you to use v8 or higher that adds many improvements and support for many things\n\nMore information below:\n\n- [Official Documentation](https://github.com/neovim/neovim/wiki/Installing-Neovim)\n\n- [Releases](https://github.com/neovim/neovim/releases)\n\n## Usage\n\nWhen cloning the repository, in case the folder is named _neovim-dotfiles_, change the name to **nvim** so that Neovim recognizes it\n\n### 📚 Install Neovim:\n\nFor **Windows** run one of the two commands within **powershell**, you can use **choco** or **scoop**\n\n```bash\n$ scoop install neovim\n\n# Or\n\n$ choco install neovim -y\n```\n\nAnd for **Linux** and **MacOs** : [neovim/wiki/Installing-Neovim](https://github.com/neovim/neovim/wiki/Installing-Neovim)\n\nor see this custom gist, on how to install Neovim on different Linux distributions:\n\n- [gist.github.com/mrLuisFer/install-neovim](https://gist.github.com/mrLuisFer/19b8bc00d7e1295a1a7453a010b5d623)\n\nAlso you need install python neovim support.\n\n```bash\n$ sudo apt-get install python3-neovim python3-pip\n\n$ pip install pynvim\n```\n\n## 🌙 Install Manager:\n\nIn this config use **packer** to handle and install plugins.\n\nTo install **Packer.nvim** you can run any of these commands\n\nLinux, Unix\n\n```bash\ngit clone --depth 1 https://github.com/wbthomason/packer.nvim\\\n ~/.local/share/nvim/site/pack/packer/start/packer.nvim\n```\n\nIf you use Arch Linux, there is also an [AUR package.](https://aur.archlinux.org/packages/nvim-packer-git/)\n\nWindows (Powershell)\n\n```bash\ngit clone https://github.com/wbthomason/packer.nvim \"$env:LOCALAPPDATA\\nvim-data\\site\\pack\\packer\\start\\packer.nvim\"\n```\n\nMore information about packer:\n\n- [Documentation](https://github.com/wbthomason/packer.nvim)\n- [Tips and Tricks](https://github.com/wbthomason/packer.nvim/wiki/Tips-and-Tricks)\n- [Requirements](https://github.com/wbthomason/packer.nvim#requirements)\n\n### 📘 Setup Windows:\n\n```\n$ cd %APPDATA\\Local\\nvim\n```\n\n````bash\nIf you want to test another branch, change `main` to to the name of the branch you want to test\n\nBut the main branch is so to speak the stable version\n\n```bash\n$ git clone -b main https://github.com/mrLuisFer/nvim.git .\n````\n\nIf you have an error like `'C' compiler not found`:\n\nOpen a terminal as a Admin and run:\n\n```\n$ choco install zig\n```\n\n### 🐧 Setup Linux:\n\n```bash\n$ mkdir -p $HOME/.config/nvim\n\n$ cd $HOME/.config/\n\n$ git clone -b develop https://github.com/mrLuisFer/nvim.git .\n```\n\n### 🌈 Colorschemes\n\nIf you do not like the color that comes by default, you can execute the command inside **neovim:** `:colorscheme + TAB` and you will see a list of themes that you can select\n\n## 📦 LSP Config\n\n[What's LSP?](https://microsoft.github.io/language-server-protocol/)\n\n[In this configuration use lspconfig](https://github.com/neovim/nvim-lspconfig)\nAnd **Lsp-Installer** for install lsp languages -\u003e [williamboman/nvim-lsp-installer](https://github.com/williamboman/nvim-lsp-installer)\n\nOr `:LspInfo` for see the languages you have setup\n\n## ⚠ Warning\n\nIt may be that when you enter the cloned configuration in nvim for the first time, you will get multiple errors\n\nBut don't worry just press `Enter` or `q` and run this command **:PackerInstall** or **PackerSync**\nSeveral plugins will be downloaded, then **restart neovim (exit and enter neovim again)**\n\n## 🤖 Setup GitHub Copilot\n\nIn this setting you have the option to enable GitHub Copilot for smart autocompletion.\n\nFirst you must be able to use Copilot, once activated in your account, execute:\n\n```\n:Copilot setup\n```\n\nWith this it will open a page in your browser where you will perform an authentication and with that it will be ready :)\n\nIf in case the autocomplete does not appear, execute:\n\n```\n:Copilot enable\n```\n\nIf you want to read more about this plugin I leave you the documentation:\n\n- [github/copilot.vim](https://github.com/github/copilot.vim)\n\nMade with 💙 [by mrLuisFer](https://mrluisfer-linktry.netlify.app/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrluisfer%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrluisfer%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrluisfer%2Fnvim/lists"}