{"id":16962811,"url":"https://github.com/fiqryq/nvim","last_synced_at":"2026-02-28T13:32:40.482Z","repository":{"id":108353242,"uuid":"573978370","full_name":"fiqryq/nvim","owner":"fiqryq","description":"a fork dotfile from craftzdog and i use for my personal terminal config.","archived":false,"fork":false,"pushed_at":"2023-01-16T15:56:28.000Z","size":69,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T22:13:15.075Z","etag":null,"topics":["dotfile","dotfiles","neovim","tmux","vim"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/fiqryq.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}},"created_at":"2022-12-04T02:53:09.000Z","updated_at":"2023-04-27T05:46:52.000Z","dependencies_parsed_at":"2023-05-21T23:45:28.941Z","dependency_job_id":null,"html_url":"https://github.com/fiqryq/nvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fiqryq/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqryq%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqryq%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqryq%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqryq%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fiqryq","download_url":"https://codeload.github.com/fiqryq/nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqryq%2Fnvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29935367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:16:57.922Z","status":"ssl_error","status_checked_at":"2026-02-28T13:11:15.149Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dotfile","dotfiles","neovim","tmux","vim"],"created_at":"2024-10-13T23:07:57.479Z","updated_at":"2026-02-28T13:32:40.464Z","avatar_url":"https://github.com/fiqryq.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](https://user-images.githubusercontent.com/25787603/212719746-13a6d421-bb93-431e-a54b-12de8c9e17dd.png)\n\n## Personal dotfiles\nDotfile for my personal workflows.\n\n## Ingredients\n\n- vim (NeoVim)\n- tmux\n- fish\n\n\n## Tmux action key\n\n```Shell\n# action key\nunbind C-b\nset-option -g prefix C-t\nset-option -g repeat-time 0\nset-option -g focus-events on\n\n#### Key bindings\n\nset-window-option -g mode-keys vi\n\n#bind t send-key C-t\n# Reload settings\nbind r source-file ~/.tmux.conf \\; display \"Reloaded!\"\n# Open current directory\nbind o run-shell \"open #{pane_current_path}\"\nbind -r e kill-pane -a\n\n# vim-like pane switching\nbind -r k select-pane -U \nbind -r j select-pane -D \nbind -r h select-pane -L \nbind -r l select-pane -R \n\n# Moving window\nbind-key -n C-S-Left swap-window -t -1 \\; previous-window\nbind-key -n C-S-Right swap-window -t +1 \\; next-window\n\n# Resizing pane\nbind -r C-k resize-pane -U 5\nbind -r C-j resize-pane -D 5\nbind -r C-h resize-pane -L 5\nbind -r C-l resize-pane -R 5\n```\n\n## Shell setup (macOS \u0026 Linux)\n\n- [Fish shell](https://fishshell.com/).\n- [Fisher](https://github.com/jorgebucaran/fisher) - Plugin manager.\n- [Tide](https://github.com/IlanCosman/tide) - Shell theme. Use version 5: `fisher install ilancosman/tide@v5`.\n- [z for fish](https://github.com/jethrokuan/z) - Directory jumping.\n- [Exa](https://the.exa.website/) - `ls` replacement.\n- [Trash](https://www.npmjs.com/package/trash) - `rm` replacement.\n\n## Neovim setup\n\nRequires [Neovim](https://neovim.io/) (\u003e= 0.8)\n\n- [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim) - A plugin manager for Neovim\n- [svrana/neosolarized.nvim](https://github.com/svrana/neosolarized.nvim) - A truecolor, solarized dark colorscheme\n- [nvim-lualine/lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) - A blazing fast and easy to configure Neovim statusline written in Lua\n- [onsails/lspkind-nvim](https://github.com/onsails/lspkind-nvim) - VSCode-like pictograms\n- [L3MON4D3/LuaSnip](https://github.com/L3MON4D3/LuaSnip) - Snippet Engine for Neovim written in Lua\n- [hrsh7th/cmp-nvim-lsp](https://github.com/hrsh7th/cmp-nvim-lsp) - nvim-cmp source for neovim's built-in LSP\n- [hrsh7th/cmp-buffer](https://github.com/hrsh7th/cmp-buffer) - nvim-cmp source for buffer words\n- [hrsh7th/nvim-cmp](https://github.com/hrsh7th/nvim-cmp) - A completion engine plugin for neovim written in Lua\n- [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) - A collection of configurations for Neovim's built-in LSP\n- [jose-elias-alvarez/null-ls.nvim](https://github.com/jose-elias-alvarez/null-ls.nvim) - Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.\n- [williamboman/mason.nvim](https://github.com/williamboman/mason.nvim) - Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters\n- [williamboman/mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim) - Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim\n- [glepnir/lspsaga.nvim](https://github.com/glepnir/lspsaga.nvim) - A light-weight lsp plugin based on neovim's built-in lsp with a highly performant UI\n- [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - [Treesitter](https://github.com/tree-sitter/tree-sitter) configurations and abstraction layer for Neovim\n- [kyazdani42/nvim-web-devicons](https://github.com/kyazdani42/nvim-web-devicons) - Lua `fork` of vim-web-devicons for neovim\n- [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) - A highly extendable fuzzy finder over lists\n- [nvim-telescope/telescope-file-browser.nvim](https://github.com/nvim-telescope/telescope-file-browser.nvim) - File Browser extension for telescope.nvim\n- [windwp/nvim-autopairs](https://github.com/windwp/nvim-autopairs) - Autopairs\n- [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) - Use treesitter to auto close and auto rename html tag\n- [norcalli/nvim-colorizer.lua](https://github.com/norcalli/nvim-colorizer.lua) - A high-performance color highlighter\n- [akinsho/nvim-bufferline.lua](https://github.com/akinsho/nvim-bufferline.lua) - A snazzy bufferline\n- [lewis6991/gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) - Git integration for buffers\n- [dinhhuy258/git.nvim](https://github.com/dinhhuy258/git.nvim) - A simple clone of the plugin vim-fugitive\n- [folke/zen-mode.nvim](https://github.com/folke/zen-mode.nvim) - Distraction-free mode\n- [iamcco/markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim) - Markdown live preview\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiqryq%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiqryq%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiqryq%2Fnvim/lists"}