{"id":16327611,"url":"https://github.com/hisasann/neovim","last_synced_at":"2025-05-07T15:47:41.890Z","repository":{"id":47217585,"uuid":"224483477","full_name":"hisasann/neovim","owner":"hisasann","description":"NVIM v0.10.0","archived":false,"fork":false,"pushed_at":"2024-09-22T10:54:19.000Z","size":10230,"stargazers_count":61,"open_issues_count":0,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-19T01:12:06.050Z","etag":null,"topics":["dotfiles","fish","lua","neovim","typescript","vim","vimrc"],"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/hisasann.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":"2019-11-27T17:28:50.000Z","updated_at":"2024-10-13T06:46:39.000Z","dependencies_parsed_at":"2024-02-18T07:30:43.032Z","dependency_job_id":"4609e4c9-9fd5-478b-8e2b-6ea14e2a1434","html_url":"https://github.com/hisasann/neovim","commit_stats":{"total_commits":147,"total_committers":1,"mean_commits":147.0,"dds":0.0,"last_synced_commit":"a3bd375d38f477be03dbba2feafaa30bbf22d394"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisasann%2Fneovim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisasann%2Fneovim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisasann%2Fneovim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisasann%2Fneovim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hisasann","download_url":"https://codeload.github.com/hisasann/neovim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240778260,"owners_count":19855984,"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","fish","lua","neovim","typescript","vim","vimrc"],"created_at":"2024-10-10T23:11:57.906Z","updated_at":"2025-02-26T02:22:08.157Z","avatar_url":"https://github.com/hisasann.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"![screenshot.png](assets%2Fscreenshot.png)\n\n![screenshot2.png](assets%2Fscreenshot2.png)\n\n![screenshot3.png](assets%2Fscreenshot3.png)\n\n[How to my coding style using Neovim, tmux, iTerm2 with fish - YouTube](https://www.youtube.com/watch?v=gsc0Mw8y-cY)\n\n# My neovim settings\n\n## Plugins\n\n- [wbthomason/packer.nvim: A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config](https://github.com/wbthomason/packer.nvim)\n- [nvim-telescope/telescope.nvim: Find, Filter, Preview, Pick. All lua, all the time.](https://github.com/nvim-telescope/telescope.nvim)\n  - [nvim-telescope/telescope-file-browser.nvim: File Browser extension for telescope.nvim](https://github.com/nvim-telescope/telescope-file-browser.nvim)\n- [nvim-lualine/lualine.nvim: A blazing fast and easy to configure neovim statusline plugin written in pure lua.](https://github.com/nvim-lualine/lualine.nvim)\n- [L3MON4D3/LuaSnip: Snippet Engine for Neovim written in Lua.](https://github.com/L3MON4D3/LuaSnip)\n- [windwp/nvim-autopairs: autopairs for neovim written by lua](https://github.com/windwp/nvim-autopairs)\n- [onsails/lspkind.nvim: vscode-like pictograms for neovim lsp completion items](https://github.com/onsails/lspkind.nvim)\n- [windwp/nvim-ts-autotag: Use treesitter to auto close and auto rename html tag](https://github.com/windwp/nvim-ts-autotag)\n- [nvim-treesitter/nvim-treesitter: Nvim Treesitter configurations and abstraction layer](https://github.com/nvim-treesitter/nvim-treesitter)\n  - `brew install tree-sitter`\n  - If you get a tree-sitter error, run\n      - `brew update \u0026\u0026 brew upgrade tree-sitter`\n      - Execute `:TSUpdate` on neovim\n- [akinsho/bufferline.nvim: A snazzy bufferline for Neovim](https://github.com/akinsho/bufferline.nvim)\n- [neovim/nvim-lspconfig: Quickstart configs for Nvim LSP](https://github.com/neovim/nvim-lspconfig) - TypeScript\n  - [glepnir/lspsaga.nvim: neovim lsp plugin](https://github.com/glepnir/lspsaga.nvim)\n  - [williamboman/nvim-lsp-installer: Neovim plugin that allow you to seamlessly manage LSP servers with :LspInstall. With full Windows support! Further development has moved to https://github.com/williamboman/mason.nvim!](https://github.com/williamboman/nvim-lsp-installer)\n    - `npm install -g typescript typescript-language-server`\n  - [sumneko/lua-language-server: A language server that offers Lua language support - programmed in Lua](https://github.com/sumneko/lua-language-server)\n    - `brew install lua-language-server`\n- [hrsh7th/nvim-cmp: A completion plugin for neovim coded in Lua.](https://github.com/hrsh7th/nvim-cmp) - IntelliSense\n- [jose-elias-alvarez/null-ls.nvim: Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.](https://github.com/jose-elias-alvarez/null-ls.nvim) - formatter\n  - [MunifTanjim/prettier.nvim: Prettier plugin for Neovim's built-in LSP client.](https://github.com/MunifTanjim/prettier.nvim)\n  - [fsouza/prettierd: prettier, as a daemon, for ludicrous formatting speed.](https://github.com/fsouza/prettierd)\n    - `npm install -g @fsouza/prettierd`\n  - [JohnnyMorganz/StyLua: An opinionated Lua code formatter](https://github.com/JohnnyMorganz/StyLua)\n    - `cargo install stylua`\n    - Execute formatting `;a`\n- [lukas-reineke/indent-blankline.nvim: Indent guides for Neovim](https://github.com/lukas-reineke/indent-blankline.nvim)\n- [mrjones2014/nvim-ts-rainbow: Rainbow parentheses for neovim using tree-sitter.](https://github.com/mrjones2014/nvim-ts-rainbow)\n- [folke/zen-mode.nvim: 🧘 Distraction-free coding for Neovim](https://github.com/folke/zen-mode.nvim)\n- [rcarriga/nvim-notify: A fancy, configurable, notification manager for NeoVim](https://github.com/rcarriga/nvim-notify)\n    - require(\"notify\")(\"My super important message\")\n\n## Shell setup\n\n### Dotfiles\n\n[hisasann/dotfile](https://github.com/hisasann/dotfile)\n\n- [fish shell](https://fishshell.com/)\n  - [jorgebucaran/fisher: A plugin manager for Fish.](https://github.com/jorgebucaran/fisher)\n- [ryanoasis/nerd-fonts: Iconic font aggregator, collection, \u0026 patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, \u0026 more](https://github.com/ryanoasis/nerd-fonts)\n- [jethrokuan/z: Pure-fish z directory jumping](https://github.com/jethrokuan/z)\n- [exa · a modern replacement for ls](https://the.exa.website/) - Awesome ls command\n- [jesseduffield/lazygit: simple terminal UI for git commands](https://github.com/jesseduffield/lazygit)\n- [hisasann/ide](https://github.com/hisasann/ide) - tmux の画面分割いい感じにする shell\n\n# Neovim setup\n\n## Install Neovim\n\n```bash\n$ brew install neovim\n```\n\n## Already installed Neovim\n\nIf it is already included, uninstall it and then install it.\n\nWe start with `unlink`, but if you have never installed neovim via brew, you only need to `install`.\n\n```\n$ brew unlink neovim\n$ brew uninstall --force neovim\n$ brew install --HEAD neovim\n$ brew link neovim\n```\n\nIf you get an Xcode error, do the following\n\n```\n$ sudo rm -rf /Library/Developer/CommandLineTools\n$ sudo xcode-select --install\n```\n\nIf you have not yet installed neovim, run this command.\n\n```\n$ brew install --HEAD neovim\n```\n\n## For init.lua configuration files\n\n```bash\ngit clone git@github.com:hisasann/neovim.git ~/.config/nvim\n```\n\nIf you get an error with defx.nvim, etc., running the following on neovim may fix the problem.\n\n    :UpdateRemotePlugins\n\n## Type checking with nvim-lspconfig\n\n### Built-in commands\n\nIf `lsp` is not working properly, you may want to check with the following command.\n\n- `:LspInfo` shows the status of active and configured language servers.\n\nThe following support tab-completion for all arguments:\n\n- `:LspStart \u003cconfig_name\u003e` Start the requested server name. Will only succesfully start if the command detects a root directory matching the current config. Pass `autostart = false` to your `.setup{}` call for a language server if you would like to launch clients solely with this command. Defaults to all servers matching current buffer filetype.\n- `:LspStop \u003cclient_id\u003e` Defaults to stopping all buffer clients.\n- `:LspRestart \u003cclient_id\u003e` Defaults to restarting all buffer clients.\n\n[neovim/nvim-lspconfig: Quickstart configurations for the Nvim LSP client](https://github.com/neovim/nvim-lspconfig)\n\n### lspsaga.nvim\n\nThis is useful because it can produce floating windows, etc., which was not possible with coc.nvim.\n\n[glepnir/lspsaga.nvim: neovim lsp plugin](https://github.com/glepnir/lspsaga.nvim)\n\n### What is required for TypeScript type checking.\n\nIf `typescript typescript-language-server` is not installed globally, then\n\n```\nclient 1 quit with exit code 126 and signal 0\nIf not, you will get error messages like\n```\n\nerror message will appear in the status bar.\n\nAlso, if you are using `.node-version` or other node version control, you will need to install the following in multiple npm environments.\n\nIf lsp does not work properly, make a habit of typing\n\n```\nnpm i -g typescript typescript-language-server\n```\n\n[theia-ide/typescript-language-server: TypeScript \u0026 JavaScript Language Server](https://github.com/theia-ide/typescript-language-server)\n\n### Learn Lua\n\nIf you want to learn Lua, read the following README, as you will be able to write neovim configuration files in **Lua**.\n\n[nvim-lua-guide-ja/README.ja.md at master · willelz/nvim-lua-guide-ja](https://github.com/willelz/nvim-lua-guide-ja/blob/master/README.ja.md)\n\n## [Vim コマンドや Tips をまとめてみたよ！](https://github.com/hisasann/dotfile/wiki)\n\n## 🍟 Author\n\n- [github/hisasann](https://github.com/hisasann)\n- [twitter/hisasann](https://twitter.com/hisasann)\n\n## 🥫 License\n\nMIT © [hisasann (Yoshiyuki Hisamatsu)](https://github.com/hisasann)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhisasann%2Fneovim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhisasann%2Fneovim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhisasann%2Fneovim/lists"}