{"id":18838266,"url":"https://github.com/fymyte/nvim-config","last_synced_at":"2025-09-02T14:37:28.844Z","repository":{"id":48145444,"uuid":"357274722","full_name":"Fymyte/nvim-config","owner":"Fymyte","description":"My neovim config with builtin lsp, cmp, telescope, packer, and neorg to take notes","archived":false,"fork":false,"pushed_at":"2025-07-11T13:09:49.000Z","size":582,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T15:42:53.708Z","etag":null,"topics":["lua","neovim","nvim","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fymyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-12T17:02:56.000Z","updated_at":"2025-07-11T13:09:53.000Z","dependencies_parsed_at":"2023-10-03T23:59:20.292Z","dependency_job_id":"d525a37c-7b17-49a5-8782-71a6527cc001","html_url":"https://github.com/Fymyte/nvim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fymyte/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fymyte%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fymyte%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fymyte%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fymyte%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fymyte","download_url":"https://codeload.github.com/Fymyte/nvim-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fymyte%2Fnvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273298503,"owners_count":25080574,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["lua","neovim","nvim","vim"],"created_at":"2024-11-08T02:38:32.868Z","updated_at":"2025-09-02T14:37:28.836Z","avatar_url":"https://github.com/Fymyte.png","language":"Lua","readme":"# My Neovim config\n\nPackage-manager: [lazy.nvim](https://github.com/folke/lazy.nvim)\\\nColorscheme: [catppuccin](https://github.com/catppuccin/nvim.git) (mocha variant)\n\n## Nvim configuration\n- Builtin options: [lua/fymyte/options.lua](./lua/fymyte/options.lua)\n- Custom keymaps: [lua/fymyte/keymaps.lua](./lua/fymyte/keymaps.lua) (Additional text objects or shortcuts for builtin vim\n  functionality)\n- Builtin diagnostics: [lua/fymyte/diagnostics.lu](./lua/fymyte/diagnostics.lua)\n- Builtin lsp:\n  - [Client](./lua/fymyte/lsp.lua)\n  - [Servers](./lsp)\n- Treesitter: [lua/fymyte/treesitter.lua](./lua/fymyte/treesitter.lua)\n\n## Plugins\n- Statusline: [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim.git)\n- Completion: [blink.cmp](https://github.com/saghen/blink.cmp.git) (better than then builtin)\n- File explorer: [oil.nvim](https://github.com/stevearc/oil.nvim.git) (edit filesystem as a vim buffer)\n- Snippets:\n    - Engine: [LuaSnip](https://github.com/L3MON4D3/LuaSnip.git)\n    - [friendly-snippets](https://github.com/rafamadriz/friendly-snippets.git) (Just a list of snippet)\n- Git:\n    - [vim-fugitive](https://github.com/tpope/vim-fugitive.git) (Best git helper. Straigt-up)\n    - [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim.git) (Show git status in sign column)\n    - [git-worktree.nvim](https://github.com/polarmutex/git-worktree.nvim.git) (Easily switch between git worktrees)\n- LSP:\n    - [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig.git) (List of server config)\n    - [lsp-progress.nvim](https://github.com/linrongbin16/lsp-progress.nvim.git) (LSP progress in statusline)\n    - [SchemaStore.nvim](https://github.com/b0o/SchemaStore.nvim.git) (JSON/YAML schema validation based on filename)\n- Fuzzy finder: [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim.git)\n    - Extensions:\n    - [telescope-fzf-native.nvim](https://github.com/nvim-telescope/telescope-fzf-native.nvim.git)\n    - [telescope-file-browser.nvim](https://github.com/nvim-telescope/telescope-file-browser.nvim.git)\n    - [telescope-live-grep-args.nvim](https://github.com/nvim-telescope/telescope-live-grep-args.nvim.git)\n    - [telescope-project.nvim](https://github.com/nvim-telescope/telescope-project.nvim.git)\n    - [telescope-ui-select.nvim](https://github.com/nvim-telescope/telescope-ui-select.nvim.git)\n- Quality of life:\n    - [mini.jump](https://github.com/echasnovski/mini.jump.git) (Extends f/t/F/T jumps multi-line)\n    - [mini.move](https://github.com/echasnovski/mini.move.git) (Move text around with alignment)\n    - [mini.align](https://github.com/echasnovski/mini.align.git) (Easily align things)\n    - [mini.ai](https://github.com/echasnovski/mini.ai.git) (Additional text-objects)\n    - [nvim-autopairs](https://github.com/windwp/nvim-autopairs.git) (Auto-pair brackets)\n    - [harpoon](https://github.com/ThePrimeagen/harpoon.git) (Better alternate buffers)\n    - [mason.nvim](https://github.com/williamboman/mason.nvim.git) (Manage external tools)\n    - [vim-surround](https://github.com/tpope/vim-surround.git) (Add/Remove/Change surrounding brackets)\n    - [vim-abolish](https://github.com/tpope/vim-abolish.git) (Better search/replace with case matching)\n    - [comment.nvim](https://github.com/numtostr/comment.nvim.git) (Add/Remove comments on any languages with the same\n      keymap)\n    - [vim-repeat](https://github.com/tpope/vim-repeat.git) (Extand dot repeat)\n    - [vim-eunuch](https://github.com/tpope/vim-eunuch.git) (Common bash commands in vim commands)\n    - [vim-unimpaired](https://github.com/tpope/vim-unimpaired.git) (Add more ][ dance)\n    - [undotree](https://github.com/mbbill/undotree.git) (Togglable vim undotree)\n    - [nvim-colorizer.lua](https://github.com/NvChad/nvim-colorizer.lua.git) (Small colored dots next to color-codes)\n    - [vim-exchange](https://github.com/tommcdo/vim-exchange.git) (Exchange two )\n    - [conform.nvim](https://github.com/stevearc/conform.nvim.git) (Buffer formatting using external tools or LSP)\n    - [nvim-lint](https://github.com/mfussenegger/nvim-lint.git) (Run linters on demand)\n    - [tmux.nvim](https://github.com/aserowy/tmux.nvim.git) (Share keybindings between vim and tmux)\n    - [todo-comments.nvim](https://github.com/folke/todo-comments.nvim.git) (Highlist and list TODO/NOTE/FIXME/XXX\n      comments)\n- UI:\n    - [toggleterm](https://github.com/akinsho/toggleterm.nvim) (Floating terminal)\n    - [dressing.nvim](https://github.com/stevearc/dressing.nvim.git) (Better vim.ui.open and vim.ui.select)\n    - [nvim-treesitter-context](https://github.com/nvim-treesitter/nvim-treesitter-context.git) (Show\n      namespace/function signature at the top of the buffer)\n    - [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons.git) (Icons for filetypes)\n    - [fidget.nvim](https://github.com/j-hui/fidget.nvim) (Small UI for notifications)\n- Syntax:\n    - [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter.git) (Now just manage installed parsers)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffymyte%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffymyte%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffymyte%2Fnvim-config/lists"}