mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Compare commits
120 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6dfaf2c521 | ||
|
|
ae759477c7 | ||
|
|
921fd17221 | ||
|
|
81696c9e13 | ||
|
|
32b1d3ac16 | ||
|
|
e3b15da059 | ||
|
|
934ef7fb13 | ||
|
|
3ee785506c | ||
|
|
428f612bb3 | ||
|
|
95b7ee5bc8 | ||
|
|
4899a82b35 | ||
|
|
424981683e | ||
|
|
c3253a5731 | ||
|
|
a9be0d0b20 | ||
|
|
13111596b8 | ||
|
|
6cea10fcc5 | ||
|
|
58102f182a | ||
|
|
9e284f58cb | ||
|
|
a5dc045acc | ||
|
|
dd3e9dd2f4 | ||
|
|
6784a87e26 | ||
|
|
99637c86f9 | ||
|
|
3817525441 | ||
|
|
4b4331d394 | ||
|
|
aaafaf58d6 | ||
|
|
1b9bd9ceef | ||
|
|
e043f07b71 | ||
|
|
b20b21b5dd | ||
|
|
c3ced68bea | ||
|
|
905efeb53f | ||
|
|
a3795cd043 | ||
|
|
b4c55edb44 | ||
|
|
58b1e0aa9f | ||
|
|
f7bb7caba6 | ||
|
|
617fb733d7 | ||
|
|
9082e124a5 | ||
|
|
2ffba14a6c | ||
|
|
1a36e711df | ||
|
|
4ab3d0414f | ||
|
|
8059940caa | ||
|
|
081c2717b3 | ||
|
|
1d3bfc5c5f | ||
|
|
3c5d7bf0e5 | ||
|
|
3134f088cd | ||
|
|
639b3d6067 | ||
|
|
4f55f53958 | ||
|
|
085f0eb7e3 | ||
|
|
9f41333378 | ||
|
|
e9ffd6c39d | ||
|
|
988cf54f26 | ||
|
|
9dbeb67de5 | ||
|
|
36bdde7fc9 | ||
|
|
4dd1350f25 | ||
|
|
311768ce72 | ||
|
|
a1942e6142 | ||
|
|
e528acd799 | ||
|
|
3c7b40bc15 | ||
|
|
a0179d01c1 | ||
|
|
377c54c88c | ||
|
|
3f78429c81 | ||
|
|
414a4593ce | ||
|
|
aa891f7acd | ||
|
|
a522cf7c5e | ||
|
|
5b7944031e | ||
|
|
1efec8bc8f | ||
|
|
ec6549948a | ||
|
|
528aa2f19a | ||
|
|
295f47b1fb | ||
|
|
8ce677a50f | ||
|
|
6322c7c212 | ||
|
|
aa0cf40591 | ||
|
|
15dfccf81e | ||
|
|
0aed2b42ac | ||
|
|
1e84dd6248 | ||
|
|
1b937d80af | ||
|
|
78a8804f77 | ||
|
|
6759171794 | ||
|
|
f357b0bee8 | ||
|
|
2b24d0794e | ||
|
|
f10f688374 | ||
|
|
d6b83710c4 | ||
|
|
590baf4ca9 | ||
|
|
dc4ff3d499 | ||
|
|
6b76b7781c | ||
|
|
21127b3170 | ||
|
|
b542bec561 | ||
|
|
7ce35a0a5f | ||
|
|
61ae7acc14 | ||
|
|
d533859af9 | ||
|
|
74e8aed170 | ||
|
|
532e457ad4 | ||
|
|
9555052f94 | ||
|
|
b84d57ccec | ||
|
|
4741291176 | ||
|
|
38883b3fc5 | ||
|
|
597b11638f | ||
|
|
694f4d0ca1 | ||
|
|
e5c506aae3 | ||
|
|
22eead5d0f | ||
|
|
a6ded3a154 | ||
|
|
91b4d85592 | ||
|
|
a19a91397f | ||
|
|
3928935402 | ||
|
|
3604449b6a | ||
|
|
146ef5d0b8 | ||
|
|
6fd7155787 | ||
|
|
665250fe58 | ||
|
|
6a2ded6ca8 | ||
|
|
41db6639d6 | ||
|
|
1b9b208653 | ||
|
|
97fcc581e6 | ||
|
|
2e9f5fedfa | ||
|
|
1280c98314 | ||
|
|
9cd43dcba9 | ||
|
|
d02fd0a69d | ||
|
|
980fd531a8 | ||
|
|
148dabd7ad | ||
|
|
b9d1f2ee92 | ||
|
|
b2959e8acf | ||
|
|
b5ec8d2a91 |
40
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
40
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Before reporting: make sure that you have read the doc (https://github.com/jdhao/nvim-config/tree/master/docs) and searched existing issues. -->
|
||||||
|
|
||||||
|
- `nvim --version`: <!--should be latest stable version: https://github.com/neovim/neovim/releases/tag/stable -->
|
||||||
|
- terminal emulator and version:
|
||||||
|
- Operating system/version:
|
||||||
|
- Have you read and followed all steps in the [doc](https://github.com/jdhao/nvim-config/tree/master/docs):
|
||||||
|
- Output of command `set runtimepath`:
|
||||||
|
|
||||||
|
<!-- paste your runtimepath below --->
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
|
||||||
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
|
Steps to reproduce the issue:
|
||||||
|
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
|
||||||
|
<!-- Add any other context about the problem here. -->
|
||||||
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,4 +2,5 @@ tags
|
|||||||
en.utf-8.add.spl
|
en.utf-8.add.spl
|
||||||
*.exe
|
*.exe
|
||||||
.netrwhist
|
.netrwhist
|
||||||
packer_compiled.lua
|
*.log
|
||||||
|
.DS_Store
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2018-2021 jdhao
|
Copyright (c) 2018-2022 jdhao
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
107
README.md
107
README.md
@@ -1,25 +1,32 @@
|
|||||||
```
|
<div align="center">
|
||||||
███ ██ ██ ██ ██ ███ ███ ██████ ██████ ███ ██ ███████ ██ ██████
|
<p>
|
||||||
████ ██ ██ ██ ██ ████ ████ ██ ██ ██ ████ ██ ██ ██ ██
|
<a>
|
||||||
██ ██ ██ ██ ██ ██ ██ ████ ██ ██ ██ ██ ██ ██ ██ █████ ██ ██ ███
|
<img alt="Linux" src="https://img.shields.io/badge/Linux-%23.svg?style=flat-square&logo=linux&color=FCC624&logoColor=black" />
|
||||||
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
</a>
|
||||||
██ ████ ████ ██ ██ ██ ██████ ██████ ██ ████ ██ ██ ██████
|
<a>
|
||||||
```
|
<img alt="macOS" src="https://img.shields.io/badge/macOS-%23.svg?style=flat-square&logo=apple&color=000000&logoColor=white" />
|
||||||
|
</a>
|
||||||
<div align="center"><p>
|
<a>
|
||||||
<a href="https://github.com/jdhao/nvim-config/releases/latest">
|
<img alt="Windows" src="https://img.shields.io/badge/Windows-%23.svg?style=flat-square&logo=windows&color=0078D6&logoColor=white" />
|
||||||
<img alt="Latest release" src="https://img.shields.io/github/v/release/jdhao/nvim-config" />
|
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/jdhao/nvim-config/commits">
|
<a href="https://github.com/jdhao/nvim-config/commits">
|
||||||
<img src="https://badgen.net/github/commits/jdhao/nvim-config" alt="Commit number" />
|
<img src="https://badgen.net/github/commits/jdhao/nvim-config" alt="Commit number" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/jdhao/nvim-config">
|
<a href="https://github.com/jdhao/nvim-config/network">
|
||||||
<img src="https://img.shields.io/github/repo-size/jdhao/nvim-config?style=flat-square&label=Repo" alt="Repo size">
|
<img alt="Forks" src="https://badgen.net/github/forks/jdhao/nvim-config">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/neovim/neovim/releases/tag/v0.6.1">
|
<a href="https://github.com/jdhao/nvim-config/stargazers">
|
||||||
<img src="https://img.shields.io/badge/Neovim-0.6.1-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=green" alt="Neovim minimum version"/>
|
<img alt="Stars" src="https://badgen.net/github/stars/jdhao/nvim-config">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/jdhao/nvim-config/releases/latest">
|
||||||
|
<img alt="Latest release" src="https://img.shields.io/github/v/release/jdhao/nvim-config" />
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/neovim/neovim/releases/tag/stable">
|
||||||
|
<img src="https://img.shields.io/badge/Neovim-0.7.2-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=green" alt="Neovim minimum version"/>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/jdhao/nvim-config/search?l=vim-script">
|
||||||
|
<img src="https://img.shields.io/github/languages/top/jdhao/nvim-config" alt="Top languages"/>
|
||||||
</a>
|
</a>
|
||||||
<img src="https://img.shields.io/github/languages/top/jdhao/nvim-config" />
|
|
||||||
<a href="https://github.com/jdhao/nvim-config/blob/master/LICENSE">
|
<a href="https://github.com/jdhao/nvim-config/blob/master/LICENSE">
|
||||||
<img src="https://img.shields.io/github/license/jdhao/nvim-config?style=flat-square&logo=GNU&label=License" alt="License"/>
|
<img src="https://img.shields.io/github/license/jdhao/nvim-config?style=flat-square&logo=GNU&label=License" alt="License"/>
|
||||||
</a>
|
</a>
|
||||||
@@ -28,27 +35,28 @@
|
|||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
This repo hosts my Nvim configuration for all the platforms I am using (Linux,
|
This repo hosts my Nvim configuration for Linux, macOS, and Windows.
|
||||||
Windows and macOS). `init.vim` is the config entry point for terminal Nvim,
|
`init.vim` is the config entry point for terminal Nvim,
|
||||||
and `ginit.vim` is the additional config file for GUI client of Nvim (I am
|
and `ginit.vim` is the additional config file for [GUI client of Nvim](https://github.com/neovim/neovim/wiki/Related-projects#gui).
|
||||||
using [neovim-qt](https://github.com/equalsraf/neovim-qt) for now on Windows).
|
|
||||||
|
|
||||||
My configurations are heavily documented to make it as clear as possible. While
|
My configurations are heavily documented to make it as clear as possible.
|
||||||
you can download the whole repository and use it, it is not recommended though.
|
While you can clone the whole repository and use it, it is not recommended though.
|
||||||
Good configurations are personal. Everyone should have his or her unique config
|
Good configurations are personal. Everyone should have his or her unique config file.
|
||||||
file. You are encouraged to copy from this repo the part you feel useful and
|
You are encouraged to copy from this repo the part you want and add it to your own config.
|
||||||
add it to your own Nvim config.
|
|
||||||
|
|
||||||
See [doc here](docs/README.md) on how to install Nvim's dependencies, Nvim
|
To reduce the possibility of breakage, **this config is only maintained for [the latest nvim stable release](https://github.com/neovim/neovim/releases/tag/stable).
|
||||||
itself, and how to set up on different platforms (Linux, macOS and Windows).
|
No effort is spent on maintaining backward compatibility.**
|
||||||
|
|
||||||
**This config is tested against [Nvim v0.6.1 release](https://github.com/neovim/neovim/releases/tag/v0.6.0).
|
# Install and setup
|
||||||
No backward compatibility is guaranteed.**
|
|
||||||
|
See [doc here](docs/README.md) on how to install Nvim's dependencies, Nvim itself,
|
||||||
|
and how to set up on different platforms (Linux, macOS, and Windows).
|
||||||
|
|
||||||
# Features #
|
# Features #
|
||||||
|
|
||||||
+ Plugin management via [Packer.nvim](https://github.com/wbthomason/packer.nvim).
|
+ Plugin management via [Packer.nvim](https://github.com/wbthomason/packer.nvim).
|
||||||
+ Code auto-completion via [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) and [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig).
|
+ Code, snippet, word auto-completion via [nvim-cmp](https://github.com/hrsh7th/nvim-cmp).
|
||||||
|
+ Language server protocol (LSP) support via [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig).
|
||||||
+ Git integration via [vim-fugitive](https://github.com/tpope/vim-fugitive).
|
+ Git integration via [vim-fugitive](https://github.com/tpope/vim-fugitive).
|
||||||
+ Better escaping from insert mode via [better-escape.vim](https://github.com/jdhao/better-escape.vim).
|
+ Better escaping from insert mode via [better-escape.vim](https://github.com/jdhao/better-escape.vim).
|
||||||
+ Ultra-fast project-wide fuzzy searching via [LeaderF](https://github.com/Yggdroot/LeaderF).
|
+ Ultra-fast project-wide fuzzy searching via [LeaderF](https://github.com/Yggdroot/LeaderF).
|
||||||
@@ -56,28 +64,29 @@ No backward compatibility is guaranteed.**
|
|||||||
+ Faster matching pair insertion and jump via [delimitMate](https://github.com/Raimondi/delimitMate).
|
+ Faster matching pair insertion and jump via [delimitMate](https://github.com/Raimondi/delimitMate).
|
||||||
+ Smarter and faster matching pair management (add, replace or delete) via [vim-sandwich](https://github.com/machakann/vim-sandwich).
|
+ Smarter and faster matching pair management (add, replace or delete) via [vim-sandwich](https://github.com/machakann/vim-sandwich).
|
||||||
+ Fast buffer jump via [hop.nvim](https://github.com/phaazon/hop.nvim).
|
+ Fast buffer jump via [hop.nvim](https://github.com/phaazon/hop.nvim).
|
||||||
+ Ultra fast snippet insertion via [Ultisnips](https://github.com/SirVer/ultisnips).
|
+ Powerful snippet insertion via [Ultisnips](https://github.com/SirVer/ultisnips).
|
||||||
+ Beautiful status line via [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim).
|
+ Beautiful statusline via [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim).
|
||||||
|
+ File tree explorer via [nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua).
|
||||||
+ Better quickfix list with [nvim-bqf](https://github.com/kevinhwang91/nvim-bqf).
|
+ Better quickfix list with [nvim-bqf](https://github.com/kevinhwang91/nvim-bqf).
|
||||||
+ Show search index and count with [nvim-hlslens](https://github.com/kevinhwang91/nvim-hlslens).
|
+ Show search index and count with [nvim-hlslens](https://github.com/kevinhwang91/nvim-hlslens).
|
||||||
+ Command line auto-completion via [wilder.nvim](https://github.com/gelguy/wilder.nvim).
|
+ Command line auto-completion via [wilder.nvim](https://github.com/gelguy/wilder.nvim).
|
||||||
+ Keymap display via [which-key.nvim](https://github.com/folke/which-key.nvim).
|
+ User-defined mapping hint via [which-key.nvim](https://github.com/folke/which-key.nvim).
|
||||||
+ Asynchronous code execution via [asyncrun.vim](https://github.com/skywind3000/asyncrun.vim).
|
+ Asynchronous code execution via [asyncrun.vim](https://github.com/skywind3000/asyncrun.vim).
|
||||||
+ Code highlighting via [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter).
|
+ Code highlighting via [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter).
|
||||||
+ Code editing using true nvim inside browser via [firenvim](https://github.com/glacambre/firenvim).
|
+ Code editing using true nvim inside browser via [firenvim](https://github.com/glacambre/firenvim).
|
||||||
+ Color theme via [vim-gruvbox8](https://github.com/lifepillar/vim-gruvbox8) and other beautiful themes.
|
+ Color theme via [vim-gruvbox8](https://github.com/lifepillar/vim-gruvbox8) and other beautiful themes.
|
||||||
+ Markdown writing and previewing via [vim-markdown](https://github.com/plasticboy/vim-markdown) and [markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim).
|
+ Markdown writing and previewing via [vim-markdown](https://github.com/plasticboy/vim-markdown) and [markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim).
|
||||||
|
+ LaTeX editing and previewing via [vimtex](https://github.com/lervag/vimtex) <sup id="a1">[1](#f1)</sup>.
|
||||||
+ Animated GUI style notification via [nvim-notify](https://github.com/rcarriga/nvim-notify).
|
+ Animated GUI style notification via [nvim-notify](https://github.com/rcarriga/nvim-notify).
|
||||||
+ Smooth scroll experience via [neoscroll](https://github.com/karb94/neoscroll.nvim).
|
+ Smooth scroll experience via [neoscroll](https://github.com/karb94/neoscroll.nvim).
|
||||||
+ Tags navigation via [vista](https://github.com/liuchengxu/vista.vim).
|
+ Tags navigation via [vista](https://github.com/liuchengxu/vista.vim).
|
||||||
+ Code formatting via [Neoformat](https://github.com/sbdchd/neoformat).
|
+ Code formatting via [Neoformat](https://github.com/sbdchd/neoformat).
|
||||||
+ Undo management via [vim-mundo](https://github.com/simnalamburt/vim-mundo)
|
+ Undo management via [vim-mundo](https://github.com/simnalamburt/vim-mundo)
|
||||||
+ LaTeX editing via [vimtex](https://github.com/lervag/vimtex) <sup id="a1">[1](#f1)</sup>.
|
|
||||||
+ ......
|
+ ......
|
||||||
|
|
||||||
# UI Demo
|
# UI Demo
|
||||||
|
|
||||||
For more UI demos, see [here](https://github.com/jdhao/nvim-config/issues/15).
|
For more UI demos, check [here](https://github.com/jdhao/nvim-config/issues/15).
|
||||||
|
|
||||||
## Start screen with alpha-nvim
|
## Start screen with alpha-nvim
|
||||||
|
|
||||||
@@ -129,11 +138,9 @@ Go to a string starting with `se`
|
|||||||
<img src="https://user-images.githubusercontent.com/16662357/128589873-aadb8264-1098-4834-9876-fa66a309be05.gif" width="800">
|
<img src="https://user-images.githubusercontent.com/16662357/128589873-aadb8264-1098-4834-9876-fa66a309be05.gif" width="800">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
# Shortcuts
|
# Shortcuts
|
||||||
|
|
||||||
Some of the shortcuts I use frequently. In the following shortcuts, `<leader>`
|
Some of the shortcuts I use frequently are listed here. In the following shortcuts, `<leader>` represents ASCII character `,`.
|
||||||
represents ASCII character `,`.
|
|
||||||
|
|
||||||
| Shortcut | Mode | platform | Description |
|
| Shortcut | Mode | platform | Description |
|
||||||
|-------------------|---------------|-----------------|------------------------------------------------------------------|
|
|-------------------|---------------|-----------------|------------------------------------------------------------------|
|
||||||
@@ -150,7 +157,6 @@ represents ASCII character `,`.
|
|||||||
| `<leader>q` | Normal | Linux/macOS/Win | Quit current window |
|
| `<leader>q` | Normal | Linux/macOS/Win | Quit current window |
|
||||||
| `<leader>Q` | Normal | Linux/macOS/Win | Quit all window and close Nvim |
|
| `<leader>Q` | Normal | Linux/macOS/Win | Quit all window and close Nvim |
|
||||||
| `<leader>w` | Normal | Linux/macOS/Win | Save current buffer content |
|
| `<leader>w` | Normal | Linux/macOS/Win | Save current buffer content |
|
||||||
| `<leader>cd` | Normal | Linux/macOS/Win | Change current directory to where current file is |
|
|
||||||
| `<leader>y` | Normal | Linux/macOS/Win | Copy the content of entire buffer to default register |
|
| `<leader>y` | Normal | Linux/macOS/Win | Copy the content of entire buffer to default register |
|
||||||
| `<leader>cl` | Normal | Linux/macOS/Win | Toggle cursor column |
|
| `<leader>cl` | Normal | Linux/macOS/Win | Toggle cursor column |
|
||||||
| `<leader>cd` | Normal | Linux/macOS/Win | Change current working directory to to the dir of current buffer |
|
| `<leader>cd` | Normal | Linux/macOS/Win | Change current working directory to to the dir of current buffer |
|
||||||
@@ -159,6 +165,8 @@ represents ASCII character `,`.
|
|||||||
| `<leader>gw` | Normal | Linux/macOS/Win | Run Git add for current file |
|
| `<leader>gw` | Normal | Linux/macOS/Win | Run Git add for current file |
|
||||||
| `<leader>gd` | Normal | Linux/macOS/Win | Run git diff for current file |
|
| `<leader>gd` | Normal | Linux/macOS/Win | Run git diff for current file |
|
||||||
| `<leader>gc` | Normal | Linux/macOS/Win | Run git commit |
|
| `<leader>gc` | Normal | Linux/macOS/Win | Run git commit |
|
||||||
|
| `<leader>gpl` | Normal | Linux/macOS/Win | Run git pull |
|
||||||
|
| `<leader>gpu` | Normal | Linux/macOS/Win | Run git push |
|
||||||
| `<F9>` | Normal | Linux/macOS/Win | Run current source file (for Python, C++) |
|
| `<F9>` | Normal | Linux/macOS/Win | Run current source file (for Python, C++) |
|
||||||
| `<F11>` | Normal | Linux/macOS/Win | Toggle spell checking |
|
| `<F11>` | Normal | Linux/macOS/Win | Toggle spell checking |
|
||||||
| `<F12>` | Normal | Linux/macOS/Win | Toggle paste mode |
|
| `<F12>` | Normal | Linux/macOS/Win | Toggle paste mode |
|
||||||
@@ -174,8 +182,7 @@ represents ASCII character `,`.
|
|||||||
|
|
||||||
# Custom commands
|
# Custom commands
|
||||||
|
|
||||||
In addition to commands provided by various plugins, I have also created
|
In addition to commands provided by various plugins, I have also created some custom commands for personal use.
|
||||||
several custom commands for personal use.
|
|
||||||
|
|
||||||
| command | description | example |
|
| command | description | example |
|
||||||
|------------|-------------------------------------------------------------------------|--------------------------------|
|
|------------|-------------------------------------------------------------------------|--------------------------------|
|
||||||
@@ -183,22 +190,24 @@ several custom commands for personal use.
|
|||||||
| `Edit` | edit multiple files at the same time, supports globing | `Edit *.vim` |
|
| `Edit` | edit multiple files at the same time, supports globing | `Edit *.vim` |
|
||||||
| `Datetime` | print current date and time or convert Unix time stamp to date and time | `Datetime 12345` or `Datetime` |
|
| `Datetime` | print current date and time or convert Unix time stamp to date and time | `Datetime 12345` or `Datetime` |
|
||||||
|
|
||||||
# Trouble shooting
|
# Contributing
|
||||||
|
|
||||||
If you come across an issue, you can first use `:checkhealth` command provided
|
If you find anything that needs improving, do not hesitate to point it out or create a PR.
|
||||||
by `nvim` to trouble-shoot yourself. Please read carefully the messages
|
|
||||||
provided by health check.
|
If you come across an issue, you can first use `:checkhealth` command provided by `nvim` to trouble-shoot yourself.
|
||||||
|
Please read carefully the messages provided by health check.
|
||||||
|
|
||||||
If you still have an issue, [open a new issue](https://github.com/jdhao/nvim-config/issues).
|
If you still have an issue, [open a new issue](https://github.com/jdhao/nvim-config/issues).
|
||||||
|
|
||||||
# Further readings
|
# Further readings
|
||||||
|
|
||||||
Some of the resources that I find helpful in mastering Vim is documented [here](docs/nvim_resources.md).
|
Some of the resources that I find helpful in mastering Nvim is documented [here](docs/nvim_resources.md).
|
||||||
You may also be interested in my post in configuring Vim on different platforms:
|
You may also be interested in my posts on configuring Nvim:
|
||||||
|
|
||||||
|
+ My nvim notes can be found [here](https://jdhao.github.io/categories/Nvim/)
|
||||||
|
+ [Using Neovim for Three years](https://jdhao.github.io/2021/12/31/using_nvim_after_three_years/)
|
||||||
+ [Config nvim on Linux for Python development](https://jdhao.github.io/2018/12/24/centos_nvim_install_use_guide_en/)
|
+ [Config nvim on Linux for Python development](https://jdhao.github.io/2018/12/24/centos_nvim_install_use_guide_en/)
|
||||||
+ [Nvim config on Windows 10](https://jdhao.github.io/2018/11/15/neovim_configuration_windows/)
|
+ [Nvim config on Windows 10](https://jdhao.github.io/2018/11/15/neovim_configuration_windows/)
|
||||||
+ [Nvim-qt config on Windows 10](https://jdhao.github.io/2019/01/17/nvim_qt_settings_on_windows/)
|
+ [Nvim-qt config on Windows 10](https://jdhao.github.io/2019/01/17/nvim_qt_settings_on_windows/)
|
||||||
+ My nvim notes can be found [here](https://jdhao.github.io/categories/Nvim/)
|
|
||||||
|
|
||||||
<b id="f1">1:</b> Not enabled by default for Linux, see [this issue](https://github.com/jdhao/nvim-config/issues/4) on how to enable vimtex on Linux. [↩](#a1)
|
<b id="f1">1:</b> Not enabled for Linux, you need to tweak [`lua/plugins.lua`](lua/plugins.lua) and change the condition for installing vimtex.[↩](#a1)
|
||||||
|
|||||||
@@ -6,3 +6,5 @@ set tabstop=2 " number of visual spaces per TAB
|
|||||||
set softtabstop=2 " number of spaces in tab when editing
|
set softtabstop=2 " number of spaces in tab when editing
|
||||||
set shiftwidth=2 " number of spaces to use for autoindent
|
set shiftwidth=2 " number of spaces to use for autoindent
|
||||||
set expandtab " expand tab to spaces so that tabs are spaces
|
set expandtab " expand tab to spaces so that tabs are spaces
|
||||||
|
|
||||||
|
nnoremap <silent> <F9> :luafile %<CR>
|
||||||
|
|||||||
@@ -45,3 +45,25 @@ function! AddListSymbol(type, ...) abort
|
|||||||
call setline(line, new_text)
|
call setline(line, new_text)
|
||||||
endfor
|
endfor
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" Add hard line breaks for Markdown
|
||||||
|
nnoremap <buffer><silent> \ :set operatorfunc=AddLineBreak<CR>g@
|
||||||
|
xnoremap <buffer><silent> \ :<C-U> call AddLineBreak(visualmode(), 1)<CR>
|
||||||
|
|
||||||
|
function! AddLineBreak(type, ...) abort
|
||||||
|
if a:0
|
||||||
|
let line_start = line("'<")
|
||||||
|
let line_end = line("'>")
|
||||||
|
else
|
||||||
|
let line_start = line("'[")
|
||||||
|
let line_end = line("']")
|
||||||
|
endif
|
||||||
|
|
||||||
|
for line in range(line_start, line_end)
|
||||||
|
let text = getline(line)
|
||||||
|
" add backslash to each line
|
||||||
|
let new_text = text . "\\"
|
||||||
|
|
||||||
|
call setline(line, new_text)
|
||||||
|
endfor
|
||||||
|
endfunction
|
||||||
|
|||||||
2
after/ftplugin/tex.lua
Normal file
2
after/ftplugin/tex.lua
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
vim.o.textwidth = 120
|
||||||
|
vim.o.wrap = true
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
set textwidth=79
|
|
||||||
|
|
||||||
set wrap
|
|
||||||
@@ -16,3 +16,5 @@ set tabstop=2 " number of visual spaces per TAB
|
|||||||
set softtabstop=2 " number of spaces in tab when editing
|
set softtabstop=2 " number of spaces in tab when editing
|
||||||
set shiftwidth=2 " number of spaces to use for autoindent
|
set shiftwidth=2 " number of spaces to use for autoindent
|
||||||
set expandtab " expand tab to spaces so that tabs are spaces
|
set expandtab " expand tab to spaces so that tabs are spaces
|
||||||
|
|
||||||
|
nnoremap <silent> <F9> :source %<CR>
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ function! s:custom_highlight() abort
|
|||||||
highlight FloatBorder guifg=LightGreen guibg=NONE
|
highlight FloatBorder guifg=LightGreen guibg=NONE
|
||||||
|
|
||||||
" highlight for matching parentheses
|
" highlight for matching parentheses
|
||||||
highlight MatchParen cterm=bold,reverse,underline gui=bold,reverse,underline
|
highlight MatchParen cterm=bold,underline gui=bold,underline
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" highlight yanked region, see `:h lua-highlight`
|
" highlight yanked region, see `:h lua-highlight`
|
||||||
@@ -101,10 +101,22 @@ augroup END
|
|||||||
|
|
||||||
" Quit Nvim if we have only one window, and its filetype match our pattern.
|
" Quit Nvim if we have only one window, and its filetype match our pattern.
|
||||||
function! s:quit_current_win() abort
|
function! s:quit_current_win() abort
|
||||||
let quit_filetypes = ['qf', 'vista']
|
let l:quit_filetypes = ['qf', 'vista', 'NvimTree']
|
||||||
let buftype = getbufvar(bufnr(), '&filetype')
|
|
||||||
if winnr('$') == 1 && index(quit_filetypes, buftype) != -1
|
let l:should_quit = v:true
|
||||||
quit
|
|
||||||
|
let l:tabwins = nvim_tabpage_list_wins(0)
|
||||||
|
for w in l:tabwins
|
||||||
|
let l:buf = nvim_win_get_buf(w)
|
||||||
|
let l:bf = getbufvar(l:buf, '&filetype')
|
||||||
|
|
||||||
|
if index(l:quit_filetypes, l:bf) == -1
|
||||||
|
let l:should_quit = v:false
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
|
||||||
|
if l:should_quit
|
||||||
|
qall
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
@@ -118,3 +130,8 @@ augroup packer_auto_compile
|
|||||||
autocmd!
|
autocmd!
|
||||||
autocmd BufWritePost */nvim/lua/plugins.lua source <afile> | PackerCompile
|
autocmd BufWritePost */nvim/lua/plugins.lua source <afile> | PackerCompile
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
augroup auto_create_dir
|
||||||
|
autocmd!
|
||||||
|
autocmd BufWritePre * lua require('utils').may_create_dir()
|
||||||
|
augroup END
|
||||||
|
|||||||
@@ -7,9 +7,6 @@ let g:logging_level = 'info'
|
|||||||
"}}
|
"}}
|
||||||
|
|
||||||
"{{ Builtin variables
|
"{{ Builtin variables
|
||||||
" Disable Python2 support
|
|
||||||
let g:loaded_python_provider = 0
|
|
||||||
|
|
||||||
" Disable perl provider
|
" Disable perl provider
|
||||||
let g:loaded_perl_provider = 0
|
let g:loaded_perl_provider = 0
|
||||||
|
|
||||||
@@ -41,13 +38,17 @@ let g:vimsyn_embed = 'l'
|
|||||||
|
|
||||||
" Use English as main language
|
" Use English as main language
|
||||||
language en_US.utf-8
|
language en_US.utf-8
|
||||||
|
|
||||||
|
" use filetype.lua instead of filetype.vim
|
||||||
|
let g:do_filetype_lua = 1
|
||||||
|
let g:did_load_filetypes = 0
|
||||||
"}}
|
"}}
|
||||||
|
|
||||||
"{{ Disable loading certain plugins
|
"{{ Disable loading certain plugins
|
||||||
" Whether to load netrw by default, see
|
" Whether to load netrw by default, see
|
||||||
" https://github.com/bling/dotvim/issues/4
|
" https://github.com/bling/dotvim/issues/4
|
||||||
" let g:loaded_netrw = 0
|
let g:loaded_netrw = 1
|
||||||
" let g:loaded_netrwPlugin = 0
|
let g:loaded_netrwPlugin = 1
|
||||||
let g:netrw_liststyle = 3
|
let g:netrw_liststyle = 3
|
||||||
if g:is_win
|
if g:is_win
|
||||||
let g:netrw_http_cmd = 'curl --ssl-no-revoke -Lo'
|
let g:netrw_http_cmd = 'curl --ssl-no-revoke -Lo'
|
||||||
@@ -68,4 +69,7 @@ let g:loaded_tutor_mode_plugin = 1 " do not load the tutor plugin
|
|||||||
let g:loaded_matchit = 1
|
let g:loaded_matchit = 1
|
||||||
let g:loaded_matchparen = 1
|
let g:loaded_matchparen = 1
|
||||||
"}}
|
"}}
|
||||||
|
|
||||||
|
" Disable sql omni completion, it is broken.
|
||||||
|
let g:loaded_sql_completion = 1
|
||||||
"}
|
"}
|
||||||
|
|||||||
@@ -95,6 +95,9 @@ nnoremap <silent> <leader>sv :<C-U>silent update $MYVIMRC <bar> source $MYVIMRC
|
|||||||
" Reselect the text that has just been pasted, see also https://stackoverflow.com/a/4317090/6064933.
|
" Reselect the text that has just been pasted, see also https://stackoverflow.com/a/4317090/6064933.
|
||||||
nnoremap <expr> <leader>v printf('`[%s`]', getregtype()[0])
|
nnoremap <expr> <leader>v printf('`[%s`]', getregtype()[0])
|
||||||
|
|
||||||
|
" Always use very magic mode for searching
|
||||||
|
nnoremap / /\v
|
||||||
|
|
||||||
" Search in selected region
|
" Search in selected region
|
||||||
xnoremap / :<C-U>call feedkeys('/\%>'.(line("'<")-1).'l\%<'.(line("'>")+1)."l")<CR>
|
xnoremap / :<C-U>call feedkeys('/\%>'.(line("'<")-1).'l\%<'.(line("'>")+1)."l")<CR>
|
||||||
|
|
||||||
@@ -190,3 +193,6 @@ function! s:restore_cursor() abort
|
|||||||
silent! normal `y
|
silent! normal `y
|
||||||
silent! delmarks y
|
silent! delmarks y
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" for mappings defined in lua
|
||||||
|
lua require('custom-map')
|
||||||
|
|||||||
@@ -12,6 +12,10 @@ call utils#Cabbrev('pud', 'PackerUpdate')
|
|||||||
call utils#Cabbrev('pc', 'PackerClean')
|
call utils#Cabbrev('pc', 'PackerClean')
|
||||||
call utils#Cabbrev('ps', 'PackerSync')
|
call utils#Cabbrev('ps', 'PackerSync')
|
||||||
|
|
||||||
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
" configurations for vim script plugin "
|
||||||
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|
||||||
"""""""""""""""""""""""""UltiSnips settings"""""""""""""""""""
|
"""""""""""""""""""""""""UltiSnips settings"""""""""""""""""""
|
||||||
" Trigger configuration. Do not use <tab> if you use YouCompleteMe
|
" Trigger configuration. Do not use <tab> if you use YouCompleteMe
|
||||||
let g:UltiSnipsExpandTrigger='<c-j>'
|
let g:UltiSnipsExpandTrigger='<c-j>'
|
||||||
@@ -27,13 +31,6 @@ let g:UltiSnipsJumpBackwardTrigger='<c-k>'
|
|||||||
" https://jdhao.github.io/2019/04/17/neovim_snippet_s1/ for details.
|
" https://jdhao.github.io/2019/04/17/neovim_snippet_s1/ for details.
|
||||||
let g:UltiSnipsSnippetDirectories=['UltiSnips', 'my_snippets']
|
let g:UltiSnipsSnippetDirectories=['UltiSnips', 'my_snippets']
|
||||||
|
|
||||||
"""""""""""""""""""""""""" semshi settings """""""""""""""""""""""""""""""
|
|
||||||
" Do not highlight for all occurrences of variable under cursor
|
|
||||||
let g:semshi#mark_selected_nodes=0
|
|
||||||
|
|
||||||
" Do not show error sign since linting plugin is specialized for that
|
|
||||||
let g:semshi#error_sign=v:false
|
|
||||||
|
|
||||||
"""""""""""""""""""""""""" vlime settings """"""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""" vlime settings """"""""""""""""""""""""""""""""
|
||||||
command! -nargs=0 StartVlime call jobstart(printf("sbcl --load %s/vlime/lisp/start-vlime.lisp", g:package_home))
|
command! -nargs=0 StartVlime call jobstart(printf("sbcl --load %s/vlime/lisp/start-vlime.lisp", g:package_home))
|
||||||
|
|
||||||
@@ -59,7 +56,7 @@ if g:is_linux
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" Only fuzzy-search files names
|
" Only fuzzy-search files names
|
||||||
let g:Lf_DefaultMode = 'NameOnly'
|
let g:Lf_DefaultMode = 'FullPath'
|
||||||
|
|
||||||
" Popup window settings
|
" Popup window settings
|
||||||
let w = float2nr(&columns * 0.8)
|
let w = float2nr(&columns * 0.8)
|
||||||
@@ -96,17 +93,15 @@ nnoremap <silent> <leader>fg :<C-U>Leaderf rg --no-messages --popup<CR>
|
|||||||
|
|
||||||
" Search vim help files
|
" Search vim help files
|
||||||
nnoremap <silent> <leader>fh :<C-U>Leaderf help --popup<CR>
|
nnoremap <silent> <leader>fh :<C-U>Leaderf help --popup<CR>
|
||||||
nnoremap <silent> <leader>h :<C-U>echoerr "Use \<lt>leader>fh instead!"<CR>
|
|
||||||
|
|
||||||
" Search tags in current buffer
|
" Search tags in current buffer
|
||||||
nnoremap <silent> <leader>ft :<C-U>Leaderf bufTag --popup<CR>
|
nnoremap <silent> <leader>ft :<C-U>Leaderf bufTag --popup<CR>
|
||||||
nnoremap <silent> <leader>t :<C-U>echoerr "Use \<lt>leader>ft instead!"<CR>
|
|
||||||
|
|
||||||
" Switch buffers
|
" Switch buffers
|
||||||
nnoremap <silent> <leader>fb :<C-U>Leaderf buffer --popup<CR>
|
nnoremap <silent> <leader>fb :<C-U>Leaderf buffer --popup<CR>
|
||||||
|
|
||||||
" Search recent files
|
" Search recent files
|
||||||
nnoremap <silent> <leader>fr :<C-U>Leaderf mru --popup<CR>
|
nnoremap <silent> <leader>fr :<C-U>Leaderf mru --popup --absolute-path<CR>
|
||||||
|
|
||||||
let g:Lf_PopupColorscheme = 'gruvbox_material'
|
let g:Lf_PopupColorscheme = 'gruvbox_material'
|
||||||
|
|
||||||
@@ -297,7 +292,6 @@ if ( g:is_win || g:is_mac ) && executable('latex')
|
|||||||
" Viewer settings for different platforms
|
" Viewer settings for different platforms
|
||||||
if g:is_win
|
if g:is_win
|
||||||
let g:vimtex_view_general_viewer = 'SumatraPDF'
|
let g:vimtex_view_general_viewer = 'SumatraPDF'
|
||||||
let g:vimtex_view_general_options_latexmk = '-reuse-instance'
|
|
||||||
let g:vimtex_view_general_options = '-reuse-instance -forward-search @tex @line @pdf'
|
let g:vimtex_view_general_options = '-reuse-instance -forward-search @tex @line @pdf'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -387,21 +381,17 @@ endif
|
|||||||
nnoremap <leader>dp :<C-U>GdbStartPDB python -m pdb %<CR>
|
nnoremap <leader>dp :<C-U>GdbStartPDB python -m pdb %<CR>
|
||||||
|
|
||||||
""""""""""""""""""""""""""""""wilder.nvim settings""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""wilder.nvim settings""""""""""""""""""""""""""""""
|
||||||
augroup wilder_init
|
call timer_start(250, { -> s:wilder_init() })
|
||||||
autocmd!
|
|
||||||
" CursorHold is suggested here: https: //github.com/gelguy/wilder.nvim/issues/89#issuecomment-934465957.
|
|
||||||
autocmd CursorHold * ++once call s:wilder_init()
|
|
||||||
augroup END
|
|
||||||
|
|
||||||
function! s:wilder_init() abort
|
function! s:wilder_init() abort
|
||||||
try
|
try
|
||||||
call wilder#enable_cmdline_enter()
|
call wilder#setup({
|
||||||
set wildcharm=<Tab>
|
\ 'modes': [':', '/', '?'],
|
||||||
cmap <expr> <Tab> wilder#in_context() ? wilder#next() : "\<Tab>"
|
\ 'next_key': '<Tab>',
|
||||||
cmap <expr> <S-Tab> wilder#in_context() ? wilder#previous() : "\<S-Tab>"
|
\ 'previous_key': '<S-Tab>',
|
||||||
|
\ 'accept_key': '<C-y>',
|
||||||
" only / and ? are enabled by default
|
\ 'reject_key': '<C-e>'
|
||||||
call wilder#set_option('modes', ['/', '?', ':'])
|
\ })
|
||||||
|
|
||||||
call wilder#set_option('pipeline', [
|
call wilder#set_option('pipeline', [
|
||||||
\ wilder#branch(
|
\ wilder#branch(
|
||||||
@@ -423,11 +413,12 @@ function! s:wilder_init() abort
|
|||||||
let l:hl = wilder#make_hl('WilderAccent', 'Pmenu', [{}, {}, {'foreground': '#f4468f'}])
|
let l:hl = wilder#make_hl('WilderAccent', 'Pmenu', [{}, {}, {'foreground': '#f4468f'}])
|
||||||
call wilder#set_option('renderer', wilder#popupmenu_renderer({
|
call wilder#set_option('renderer', wilder#popupmenu_renderer({
|
||||||
\ 'highlighter': wilder#basic_highlighter(),
|
\ 'highlighter': wilder#basic_highlighter(),
|
||||||
\ 'winblend': 5,
|
|
||||||
\ 'max_height': 15,
|
\ 'max_height': 15,
|
||||||
\ 'highlights': {
|
\ 'highlights': {
|
||||||
\ 'accent': l:hl,
|
\ 'accent': l:hl,
|
||||||
\ },
|
\ },
|
||||||
|
\ 'left': [' ', wilder#popupmenu_devicons(),],
|
||||||
|
\ 'right': [' ', wilder#popupmenu_scrollbar(),],
|
||||||
\ 'apply_incsearch_fix': 0,
|
\ 'apply_incsearch_fix': 0,
|
||||||
\ }))
|
\ }))
|
||||||
catch /^Vim\%((\a\+)\)\=:E117/
|
catch /^Vim\%((\a\+)\)\=:E117/
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ if !s:status
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
execute 'call ' . s:colorscheme_func
|
execute 'call ' . s:colorscheme_func
|
||||||
if g:logging_level == 'debug'
|
if g:logging_level == 'info'
|
||||||
let s:msg1 = "Currently loaded theme: " . s:theme
|
let s:msg1 = "Colorscheme: " . s:theme
|
||||||
call v:lua.vim.notify(s:msg1, 'info', {'title': 'nvim-config'})
|
call v:lua.vim.notify(s:msg1, 'info', {'title': 'nvim-config'})
|
||||||
endif
|
endif
|
||||||
|
|||||||
158
docs/README.md
158
docs/README.md
@@ -1,20 +1,21 @@
|
|||||||
|
This doc summarizes how to install and use this configuration in detail.
|
||||||
|
|
||||||
# Pre-requisite
|
# Pre-requisite
|
||||||
|
|
||||||
There are a few dependencies if we want to use Nvim for efficient editing and
|
There are a few dependencies if we want to use Nvim for efficient editing and development work.
|
||||||
development work.
|
|
||||||
|
|
||||||
## Python
|
## Python
|
||||||
|
|
||||||
A lot of Nvim plugins are mainly written in Python. To use auto-completion and
|
A lot of Nvim plugins are mainly written in Python, so we must install Python 3.
|
||||||
other features, we must install Python 3. The easiest way to install is via
|
The easiest way to install is via [Anaconda](https://docs.anaconda.com/anaconda/install/index.html) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html).
|
||||||
[Anaconda](https://www.anaconda.com/distribution/#download-section) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html). Make sure that
|
|
||||||
you can run `python --version`, and that the output should be Python 3.x.
|
After installation, make sure that you can run `python --version`,
|
||||||
|
and that the output should be Python 3.x.
|
||||||
|
|
||||||
## Pynvim
|
## Pynvim
|
||||||
|
|
||||||
Nvim relies on [pynvim](https://github.com/neovim/pynvim) to communicate with
|
Nvim relies on [pynvim](https://github.com/neovim/pynvim) to communicate with plugins that utilize its Python binding.
|
||||||
plugins that utilize its Python binding. Pynvim is required by plugins such as
|
Pynvim is required by plugins such as [wilder.nvim](https://github.com/gelguy/wilder.nvim).
|
||||||
[Semshi](https://github.com/numirias/semshi).
|
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install -U pynvim
|
pip install -U pynvim
|
||||||
@@ -22,16 +23,20 @@ pip install -U pynvim
|
|||||||
|
|
||||||
## python-lsp-server
|
## python-lsp-server
|
||||||
|
|
||||||
[python-lsp-server](https://github.com/python-lsp/python-lsp-server) is the community-fork of [pyls](https://github.com/palantir/python-language-server), and it is a Python Language Server for completion,
|
[python-lsp-server (pylsp)](https://github.com/python-lsp/python-lsp-server) is a Python [Language Server](https://microsoft.github.io/language-server-protocol/) for completion, linting, go to definition, etc.
|
||||||
linting, go to definition, etc.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install 'python-lsp-server[all]' pylsp-mypy pyls-isort
|
pip install 'python-lsp-server[all]' pylsp-mypy pyls-isort
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note the executable for pylsp is also named `pylsp`. You need to set its PATH correctly.
|
||||||
|
If you use pip from Anaconda, the executable path may be something like `$CONDA_ROOT/bin/pylsp`.
|
||||||
|
For native python, the path for pylsp may be like `$HOME/.local/bin/pylsp`
|
||||||
|
|
||||||
## Node
|
## Node
|
||||||
|
|
||||||
We need to install node.js from [here](https://nodejs.org/en/download/):
|
We need to install node.js from [here](https://nodejs.org/en/download/).
|
||||||
|
For Linux, you can use the following script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Ref: https://johnpapa.net/node-and-npm-without-sudo/
|
# Ref: https://johnpapa.net/node-and-npm-without-sudo/
|
||||||
@@ -57,30 +62,29 @@ source ~/.bash_profile
|
|||||||
|
|
||||||
## vim-language-server
|
## vim-language-server
|
||||||
|
|
||||||
[vim-language-server](https://github.com/iamcco/vim-language-server) provides
|
[vim-language-server](https://github.com/iamcco/vim-language-server) provides completion for vim script. We can install vim-language-server globally:
|
||||||
completion for vim script. We can install vim-language-server globally and set
|
|
||||||
its path:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g vim-language-server
|
npm install -g vim-language-server
|
||||||
|
|
||||||
export PATH="$HOME/.npm-packages/bin:$PATH"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
vim-language-server is installed in the same directory as the node executable.
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
|
|
||||||
Git is used by the plugin manager [packer.nvim](https://github.com/wbthomason/packer.nvim) to clone plugins from GitHub or
|
Git is required by plugin manager [packer.nvim](https://github.com/wbthomason/packer.nvim) and other git-related plugins.
|
||||||
other Git repositories.
|
|
||||||
|
|
||||||
Since Git is usually pre-installed on Linux and macOS, we do not need to worry
|
For Linux and macOS, Git is usually pre-installed.
|
||||||
if we are on these two platforms. For Windows, install [Git for Windows](https://git-scm.com/download/win)
|
The version of Git on the Linux system may be too old so that plugins may break.
|
||||||
and make sure you can call `git` from the command line.
|
Check [here](https://jdhao.github.io/2021/03/27/upgrade_git_on_linux/) on how to install and set up the latest version of Git.
|
||||||
|
For Windows, install [Git for Windows](https://git-scm.com/download/win) and make sure you can run `git` from command line.
|
||||||
|
|
||||||
## ctags
|
## ctags
|
||||||
|
|
||||||
In order to use tags related plugins such as [vista.vim](https://github.com/liuchengxu/vista.vim), we need to
|
In order to use tags related plugins such as [vista.vim](https://github.com/liuchengxu/vista.vim), we need to install a ctags distribution.
|
||||||
install a ctags distribution. Universal-ctags is preferred.
|
Universal-ctags is preferred.
|
||||||
|
|
||||||
|
To install it on Linux, we need to build it from source. See [here](https://askubuntu.com/a/836521/768311) for the details.
|
||||||
To install ctags on macOS, use [Homebrew](https://github.com/universal-ctags/homebrew-universal-ctags):
|
To install ctags on macOS, use [Homebrew](https://github.com/universal-ctags/homebrew-universal-ctags):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -93,100 +97,97 @@ To install it Windows, use [chocolatey](https://chocolatey.org/) or [scoop](http
|
|||||||
choco install universal-ctags
|
choco install universal-ctags
|
||||||
|
|
||||||
# scoop bucket add extras
|
# scoop bucket add extras
|
||||||
# scoop install univeral-ctags
|
# scoop install universal-ctags
|
||||||
```
|
```
|
||||||
|
|
||||||
To install it on Linux, we need to build it from source. See [here](https://askubuntu.com/a/836521/768311)
|
Set its PATH properly and make sure you can run `ctags` from command line.
|
||||||
for the details.
|
|
||||||
|
|
||||||
Set its PATH properly and make sure you can call `ctags` from command line.
|
|
||||||
|
|
||||||
## Ripgrep
|
## Ripgrep
|
||||||
|
|
||||||
[Ripgrep](https://github.com/BurntSushi/ripgrep), aka, `rg`, is a fast grepping
|
[Ripgrep](https://github.com/BurntSushi/ripgrep), aka, `rg`, is a fast grepping tool available for both Linux, Windows and macOS.
|
||||||
tool available for both Linux, Windows and macOS. It is used by several
|
It is used by several searching plugins.
|
||||||
searching plugins.
|
|
||||||
|
|
||||||
For Windows and macOS, we can install it via chocolatey and homebrew
|
For Windows and macOS, we can install it via chocolatey and homebrew respectively.
|
||||||
respectively. For Linux, we can download the executable file from its [release
|
For Linux, we can download the [binary release](https://github.com/BurntSushi/ripgrep/releases) and install it.
|
||||||
page](https://github.com/BurntSushi/ripgrep/releases) and install it.
|
|
||||||
|
Set its PATH properly and make sure you can run `rg` from command line.
|
||||||
|
|
||||||
## Linters
|
## Linters
|
||||||
|
|
||||||
A linter is a tool to check the source code for possible style and syntax
|
A linter is a tool to check the source code for possible style and syntax issues.
|
||||||
issues. Based on the programming languages we use, we may need to install
|
Based on the programming languages we use, we may need to install various linters.
|
||||||
various linters.
|
|
||||||
|
|
||||||
+ Python: [pylint](https://github.com/PyCQA/pylint) and [flake8](https://github.com/PyCQA/flake8).
|
+ Python: [pylint](https://github.com/PyCQA/pylint) and [flake8](https://github.com/PyCQA/flake8).
|
||||||
+ Vim script: [vint](https://github.com/Kuniwak/vint).
|
+ Vim script: [vint](https://github.com/Kuniwak/vint).
|
||||||
|
|
||||||
|
Set their PATH properly and make sure you can run `pylint`, `flake8` and `vint` from command line.
|
||||||
|
|
||||||
## Terminal emulators
|
## Terminal emulators
|
||||||
|
|
||||||
Which [terminal emulator](https://en.wikipedia.org/wiki/Terminal_emulator) we
|
Which [terminal emulator](https://en.wikipedia.org/wiki/Terminal_emulator) we choose to use greatly affects the appearance and features of Nvim.
|
||||||
choose to use greatly affects the appearance and functionalities of Nvim.
|
Since Nvim supports true colors, terminals that support true colors are preferred.
|
||||||
Since Nvim supports true colors, terminals that support true colors are
|
For a list of terminals that support true colors, see [here](https://github.com/termstandard/colors).
|
||||||
preferred. For a list of terminals that support true colors, see [here](https://github.com/termstandard/colors).
|
|
||||||
|
|
||||||
For macOS, we can use [kitty](https://sw.kovidgoyal.net/kitty/), [iterm2](https://www.iterm2.com/), or [Alacritty](https://github.com/jwilm/alacritty).
|
For macOS, we can use [kitty](https://sw.kovidgoyal.net/kitty/), [iterm2](https://www.iterm2.com/), [wezterm](https://wezfurlong.org/wezterm/) or [Alacritty](https://github.com/jwilm/alacritty).
|
||||||
If you connect to Linux server on Windows, I recommend [wsltty](https://github.com/mintty/wsltty) and
|
|
||||||
[Cygwin](https://www.cygwin.com/), both of them use [mintty](https://github.com/mintty/mintty) as the terminal emulator.
|
|
||||||
|
|
||||||
For the latest version of Windows 10, you can also try the new [Windows
|
If you ssh to Linux server on Windows, I recommend [wsltty](https://github.com/mintty/wsltty) and [Cygwin](https://www.cygwin.com/),
|
||||||
Terminal](https://github.com/microsoft/terminal).
|
both of them use [mintty](https://github.com/mintty/mintty) as the terminal emulator.
|
||||||
|
For the latest version of Windows 10, you can also try [Windows Terminal](https://github.com/microsoft/terminal).
|
||||||
|
|
||||||
## Font
|
## Patched Fonts
|
||||||
|
|
||||||
Since statusline or file explorer plugins often use Unicode symbols not
|
Since statusline or file explorer plugins often use Unicode symbols not available in normal font,
|
||||||
available in normal font, we need to install a patched font from the [nerd-fonts](https://github.com/ryanoasis/nerd-fonts) project.
|
we need to install a patched font from the [nerd-fonts](https://github.com/ryanoasis/nerd-fonts) project.
|
||||||
|
|
||||||
# Install Nvim
|
# Install Nvim
|
||||||
|
|
||||||
There are various ways to install Nvim depending on your system. Current
|
There are various ways to install Nvim depending on your system.
|
||||||
configuration is tested against nvim v0.6.0.
|
This config is only maintained for [the latest nvim stable release](https://github.com/neovim/neovim/releases/tag/stable).
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
|
|
||||||
We can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-linux64.tar.gz).
|
You can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz).
|
||||||
|
You can also use the system package manager to install nvim,
|
||||||
|
but that is not reliable since the latest version may not be available.
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
The easiest way to install Nvim on Windows is via chocolatey:
|
You may download from [nvim release](https://github.com/neovim/neovim/releases/download/stable/nvim-win64.zip) from GitHub and manually extract it.
|
||||||
|
|
||||||
|
Another way to install Nvim on Windows is via chocolatey or scoop:
|
||||||
|
|
||||||
```
|
```
|
||||||
choco install neovim
|
choco install neovim
|
||||||
```
|
|
||||||
|
|
||||||
You may download from [nvim release](https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-win64.zip) from GitHub and manually extract it.
|
# via scoop
|
||||||
|
# scoop bucket add versions
|
||||||
|
# scoop install neovim
|
||||||
|
```
|
||||||
|
|
||||||
## macOS
|
## macOS
|
||||||
|
|
||||||
It is recommended to install neovim via [Homebrew](https://brew.sh/) on macOS.
|
It is recommended to install neovim via [Homebrew](https://brew.sh/) on macOS. Simply run the following command:
|
||||||
Simply run the following command:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install neovim
|
brew install neovim
|
||||||
```
|
```
|
||||||
|
|
||||||
After installing Nvim, we need to add the directory where the Nvim executable
|
After installing Nvim, we need to set the path to nvim correctly.
|
||||||
(`nvim` on Linux and macOS, `nvim.exe` on Windows) resides to the system `PATH`.
|
**Make sure that you can run `nvim` from the command line after all these setups**.
|
||||||
|
|
||||||
Make sure that you can call `nvim` from the command line after all these
|
|
||||||
setups.
|
|
||||||
|
|
||||||
# Setting up Nvim
|
# Setting up Nvim
|
||||||
|
|
||||||
## Install plugin manager packer.nvim
|
## Install plugin manager packer.nvim
|
||||||
|
|
||||||
I use packer.nvim to manage my plugins. We need to install packer.nvim on our
|
I use packer.nvim to manage my plugins. We need to install packer.nvim on our system first.
|
||||||
system first.
|
|
||||||
|
|
||||||
For Windows, if curl is installed, use the following command (on PowerShell):
|
For Windows, if curl is installed, run the following command (on PowerShell):
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone --depth=1 https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\opt\packer.nvim"
|
git clone --depth=1 https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\opt\packer.nvim"
|
||||||
```
|
```
|
||||||
|
|
||||||
For macOS and Linux, use the following command:
|
For macOS and Linux, run the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --depth=1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/opt/packer.nvim
|
git clone --depth=1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/opt/packer.nvim
|
||||||
@@ -194,30 +195,27 @@ git clone --depth=1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvi
|
|||||||
|
|
||||||
## How to install this configuration
|
## How to install this configuration
|
||||||
|
|
||||||
On Windows, the config directory is `$HOME/AppData/Local/nvim`[^1]. On Linux
|
On Linux and macOS, the directory is `~/.config/nvim`.
|
||||||
and macOS, the directory is `~/.config/nvim`. First, we need to remove all the
|
On Windows, the config directory is `$HOME/AppData/Local/nvim`[^1].
|
||||||
files under the config directory (including dot files), then go to this
|
First, we need to remove all the files under the config directory (including dot files),
|
||||||
directory, and run the following command to install this configuration:
|
then go to this directory, and run the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone --depth=1 https://github.com/jdhao/nvim-config.git .
|
git clone --depth=1 https://github.com/jdhao/nvim-config.git .
|
||||||
```
|
```
|
||||||
|
|
||||||
After that, when we first open nvim, run command `:PackerSync` to install all
|
After that, when we first open nvim, run command `:PackerSync` to install all the plugins.
|
||||||
the plugins and generate `packer_compiled.lua`. Since I use quite a lot of
|
Since I use quite a lot of plugins (more than 60), it may take some time to install all of them.
|
||||||
plugins (more than 60), it may take some time to install all of them, depending
|
|
||||||
on your network condition.
|
|
||||||
|
|
||||||
# Automatic installation
|
# Automatic installation
|
||||||
|
|
||||||
## Automatic Installation for Linux #
|
## Automatic Installation for Linux #
|
||||||
|
|
||||||
To set up a workable Nvim environment on Linux, I use [this bash script](nvim_setup_linux.sh) to automatically install necessary
|
To set up a workable Nvim environment on Linux,
|
||||||
dependencies, Nvim itself and Nvim configs in this repo.
|
I use [a bash script](nvim_setup_linux.sh) to automatically install necessary dependencies, Nvim itself and configs.
|
||||||
|
|
||||||
Note that the variable `PYTHON_INSTALLED`, `SYSTEM_PYTHON` and
|
Note that the variable `PYTHON_INSTALLED`, `SYSTEM_PYTHON` and `ADD_TO_SYSTEM_PATH` in the script
|
||||||
`ADD_TO_SYSTEM_PATH` in the script should be set properly based on your
|
should be set properly based on your environment.
|
||||||
environment.
|
|
||||||
|
|
||||||
## Automatic installation for Windows
|
## Automatic installation for Windows
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
wget https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-macos.tar.gz
|
wget https://github.com/neovim/neovim/releases/download/stable/nvim-macos.tar.gz
|
||||||
|
|
||||||
if [[ ! -d "$HOME/tools/" ]]; then
|
if [[ ! -d "$HOME/tools/" ]]; then
|
||||||
mkdir -p "$HOME/tools"
|
mkdir -p "$HOME/tools"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Delete existing nvim installation.
|
# Delete existing nvim installation.
|
||||||
if [[ -d "$HOME/tools/nvim-osx64" ]]; then
|
# For newer release, the directory name is nvim-macos
|
||||||
rm -rf "$HOME/tools/nvim-osx64"
|
if [[ -d "$HOME/tools/nvim-macos" ]]; then
|
||||||
|
rm -rf "$HOME/tools/nvim-macos"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Extract the tar ball
|
# Extract the tar ball
|
||||||
|
|||||||
@@ -34,11 +34,11 @@ fi
|
|||||||
if [[ "$INSTALL_ANACONDA" = true ]]; then
|
if [[ "$INSTALL_ANACONDA" = true ]]; then
|
||||||
CONDA_DIR=$HOME/tools/anaconda
|
CONDA_DIR=$HOME/tools/anaconda
|
||||||
CONDA_NAME=Anaconda.sh
|
CONDA_NAME=Anaconda.sh
|
||||||
CONDA_LINK="https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2021.05-Linux-x86_64.sh"
|
CONDA_LINK="https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2021.11-Linux-x86_64.sh"
|
||||||
else
|
else
|
||||||
CONDA_DIR=$HOME/tools/miniconda
|
CONDA_DIR=$HOME/tools/miniconda
|
||||||
CONDA_NAME=Miniconda.sh
|
CONDA_NAME=Miniconda.sh
|
||||||
CONDA_LINK="https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh"
|
CONDA_LINK="https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! "$PYTHON_INSTALLED" = true ]]; then
|
if [[ ! "$PYTHON_INSTALLED" = true ]]; then
|
||||||
@@ -87,21 +87,21 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Install node and vim-language-server #
|
# Install node and js-based language server #
|
||||||
#######################################################################
|
#######################################################################
|
||||||
NODE_DIR=$HOME/tools/nodejs
|
NODE_DIR=$HOME/tools/nodejs
|
||||||
NODE_SRC_NAME=$HOME/packages/nodejs.tar.gz
|
NODE_SRC_NAME=$HOME/packages/nodejs.tar.gz
|
||||||
# when download speed is slow, we can also use its mirror site: https://mirrors.ustc.edu.cn/node/v15.0.0/
|
# when download speed is slow, we can also use its mirror site: https://mirrors.ustc.edu.cn/node/v15.0.0/
|
||||||
NODE_LINK="https://mirrors.ustc.edu.cn/node/v15.0.0/node-v15.0.0-linux-x64.tar.xz"
|
NODE_LINK="https://mirrors.ustc.edu.cn/node/v15.0.0/node-v15.0.0-linux-x64.tar.xz"
|
||||||
if [[ -z "$(command -v node)" ]]; then
|
if [[ -z "$(command -v node)" ]]; then
|
||||||
echo "Install Nodejs"
|
echo "Install Node.js"
|
||||||
if [[ ! -f $NODE_SRC_NAME ]]; then
|
if [[ ! -f $NODE_SRC_NAME ]]; then
|
||||||
echo "Downloading nodejs and renaming"
|
echo "Downloading Node.js and renaming"
|
||||||
wget $NODE_LINK -O "$NODE_SRC_NAME"
|
wget $NODE_LINK -O "$NODE_SRC_NAME"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -d "$NODE_DIR" ]]; then
|
if [[ ! -d "$NODE_DIR" ]]; then
|
||||||
echo "Creating nodejs directory under tools directory"
|
echo "Creating Node.js directory under tools directory"
|
||||||
mkdir -p "$NODE_DIR"
|
mkdir -p "$NODE_DIR"
|
||||||
echo "Extracting to $HOME/tools/nodejs directory"
|
echo "Extracting to $HOME/tools/nodejs directory"
|
||||||
tar xvf "$NODE_SRC_NAME" -C "$NODE_DIR" --strip-components 1
|
tar xvf "$NODE_SRC_NAME" -C "$NODE_DIR" --strip-components 1
|
||||||
@@ -111,18 +111,21 @@ if [[ -z "$(command -v node)" ]]; then
|
|||||||
echo "export PATH=\"$NODE_DIR/bin:\$PATH\"" >> "$HOME/.bash_profile"
|
echo "export PATH=\"$NODE_DIR/bin:\$PATH\"" >> "$HOME/.bash_profile"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "Nodejs is already installed. Skip installing it."
|
echo "Node.js is already installed. Skip installing it."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install vim-language-server
|
# Install vim-language-server
|
||||||
"$NODE_DIR/bin/npm" install -g vim-language-server
|
"$NODE_DIR/bin/npm" install -g vim-language-server
|
||||||
|
|
||||||
|
# Install bash-language-server
|
||||||
|
"$NODE_DIR/bin/npm" install -g bash-language-server
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Ripgrep part #
|
# Ripgrep part #
|
||||||
#######################################################################
|
#######################################################################
|
||||||
RIPGREP_DIR=$HOME/tools/ripgrep
|
RIPGREP_DIR=$HOME/tools/ripgrep
|
||||||
RIPGREP_SRC_NAME=$HOME/packages/ripgrep.tar.gz
|
RIPGREP_SRC_NAME=$HOME/packages/ripgrep.tar.gz
|
||||||
RIPGREP_LINK="https://hub.fastgit.org/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-x86_64-unknown-linux-musl.tar.gz"
|
RIPGREP_LINK="https://github.com/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-x86_64-unknown-linux-musl.tar.gz"
|
||||||
if [[ -z "$(command -v rg)" ]] && [[ ! -f "$RIPGREP_DIR/rg" ]]; then
|
if [[ -z "$(command -v rg)" ]] && [[ ! -f "$RIPGREP_DIR/rg" ]]; then
|
||||||
echo "Install ripgrep"
|
echo "Install ripgrep"
|
||||||
if [[ ! -f $RIPGREP_SRC_NAME ]]; then
|
if [[ ! -f $RIPGREP_SRC_NAME ]]; then
|
||||||
@@ -160,7 +163,7 @@ fi
|
|||||||
#######################################################################
|
#######################################################################
|
||||||
CTAGS_SRC_DIR=$HOME/packages/ctags
|
CTAGS_SRC_DIR=$HOME/packages/ctags
|
||||||
CTAGS_DIR=$HOME/tools/ctags
|
CTAGS_DIR=$HOME/tools/ctags
|
||||||
CTAGS_LINK="https://hub.fastgit.org/universal-ctags/ctags.git"
|
CTAGS_LINK="https://github.com/universal-ctags/ctags.git"
|
||||||
if [[ ! -f "$CTAGS_DIR/bin/ctags" ]]; then
|
if [[ ! -f "$CTAGS_DIR/bin/ctags" ]]; then
|
||||||
echo "Install ctags"
|
echo "Install ctags"
|
||||||
|
|
||||||
@@ -188,7 +191,7 @@ fi
|
|||||||
NVIM_DIR=$HOME/tools/nvim
|
NVIM_DIR=$HOME/tools/nvim
|
||||||
NVIM_SRC_NAME=$HOME/packages/nvim-linux64.tar.gz
|
NVIM_SRC_NAME=$HOME/packages/nvim-linux64.tar.gz
|
||||||
NVIM_CONFIG_DIR=$HOME/.config/nvim
|
NVIM_CONFIG_DIR=$HOME/.config/nvim
|
||||||
NVIM_LINK="https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-linux64.tar.gz"
|
NVIM_LINK="https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz"
|
||||||
if [[ ! -f "$NVIM_DIR/bin/nvim" ]]; then
|
if [[ ! -f "$NVIM_DIR/bin/nvim" ]]; then
|
||||||
echo "Installing Nvim"
|
echo "Installing Nvim"
|
||||||
echo "Creating nvim directory under tools directory"
|
echo "Creating nvim directory under tools directory"
|
||||||
@@ -216,11 +219,13 @@ if [[ -d "$NVIM_CONFIG_DIR" ]]; then
|
|||||||
mv "$NVIM_CONFIG_DIR" "$NVIM_CONFIG_DIR.backup"
|
mv "$NVIM_CONFIG_DIR" "$NVIM_CONFIG_DIR.backup"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git clone --depth=1 https://hub.fastgit.org/jdhao/nvim-config.git "$NVIM_CONFIG_DIR"
|
git clone --depth=1 https://github.com/jdhao/nvim-config.git "$NVIM_CONFIG_DIR"
|
||||||
|
|
||||||
echo "Installing packer.nvim"
|
echo "Installing packer.nvim"
|
||||||
git clone --depth=1 https://hub.fastgit.org/wbthomason/packer.nvim \
|
if [[ ! -d ~/.local/share/nvim/site/pack/packer/opt/packer.nvim ]]; then
|
||||||
~/.local/share/nvim/site/pack/packer/opt/packer.nvim
|
git clone --depth=1 https://github.com/wbthomason/packer.nvim \
|
||||||
|
~/.local/share/nvim/site/pack/packer/opt/packer.nvim
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Installing nvim plugins, please wait"
|
echo "Installing nvim plugins, please wait"
|
||||||
"$NVIM_DIR/bin/nvim" -c "autocmd User PackerComplete quitall" -c "PackerSync"
|
"$NVIM_DIR/bin/nvim" -c "autocmd User PackerComplete quitall" -c "PackerSync"
|
||||||
|
|||||||
@@ -15,6 +15,9 @@ scoop install universal-ctags
|
|||||||
# Install vim-language-server
|
# Install vim-language-server
|
||||||
npm install -g vim-language-server
|
npm install -g vim-language-server
|
||||||
|
|
||||||
|
# Install bash-language-server
|
||||||
|
npm install -g bash-language-server
|
||||||
|
|
||||||
# Install miniconda3
|
# Install miniconda3
|
||||||
scoop install miniconda3
|
scoop install miniconda3
|
||||||
|
|
||||||
@@ -26,4 +29,4 @@ pip install 'python-lsp-server[all]' pylsp-mypy pyls-isort
|
|||||||
|
|
||||||
# Install neovim nightly
|
# Install neovim nightly
|
||||||
scoop bucket add versions
|
scoop bucket add versions
|
||||||
scoop install neovim-nightly
|
scoop install neovim
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ inoremap <silent> <S-Insert> <C-R>+
|
|||||||
cnoremap <S-Insert> <C-R>+
|
cnoremap <S-Insert> <C-R>+
|
||||||
nnoremap <silent> <C-6> <C-^>
|
nnoremap <silent> <C-6> <C-^>
|
||||||
|
|
||||||
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
" config for nvim-qt "
|
||||||
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" To check if neovim-qt is running, use `exists('g:GuiLoaded')`,
|
" To check if neovim-qt is running, use `exists('g:GuiLoaded')`,
|
||||||
" see https://github.com/equalsraf/neovim-qt/issues/219
|
" see https://github.com/equalsraf/neovim-qt/issues/219
|
||||||
if exists('g:GuiLoaded')
|
if exists('g:GuiLoaded')
|
||||||
@@ -13,6 +16,9 @@ if exists('g:GuiLoaded')
|
|||||||
GuiFont! Hack\ NF:h10:l
|
GuiFont! Hack\ NF:h10:l
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
" config for fvim "
|
||||||
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
if exists('g:fvim_loaded')
|
if exists('g:fvim_loaded')
|
||||||
set termguicolors
|
set termguicolors
|
||||||
colorscheme gruvbox8_hard
|
colorscheme gruvbox8_hard
|
||||||
|
|||||||
25
init.vim
25
init.vim
@@ -1,14 +1,23 @@
|
|||||||
" Description: This is my personal Nvim configuration supporting Mac, Linux
|
" This is my personal Nvim configuration supporting Mac, Linux and Windows, with various plugins configured.
|
||||||
" and Windows, with various plugins configured. This configuration evolves as
|
" This configuration evolves as I learn more about Nvim and become more proficient in using Nvim.
|
||||||
" I learn more about Nvim and becomes more proficient in using Nvim. Since it
|
" Since it is very long (more than 1000 lines!), you should read it carefully and take only the settings that suit you.
|
||||||
" is very long (more than 1000 lines!), you should read it carefully and take
|
" I would not recommend cloning this repo and replace your own config. Good configurations are personal,
|
||||||
" only the settings and options that suits you. I would not recommend cloning
|
|
||||||
" this repo and replace your own config. Good configurations are personal,
|
|
||||||
" built over time with a lot of polish.
|
" built over time with a lot of polish.
|
||||||
|
"
|
||||||
" Author: Jie-dong Hao
|
" Author: Jie-dong Hao
|
||||||
" Email: jdhao@hotmail.com
|
" Email: jdhao@hotmail.com
|
||||||
|
" Blog: https://jdhao.github.io/
|
||||||
|
|
||||||
let g:config_files = [
|
" check if we have the lastest stable version of nvim
|
||||||
|
let s:expect_ver = printf('nvim-%s', '0.7.2')
|
||||||
|
let s:actual_ver = matchstr(execute('version'), 'NVIM v\zs[^\n]*')
|
||||||
|
|
||||||
|
if !has(s:expect_ver)
|
||||||
|
echohl Error | echomsg printf("%s required, but got nvim %s!", s:expect_ver, s:actual_ver) | echohl None
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
let s:core_conf_files = [
|
||||||
\ 'globals.vim',
|
\ 'globals.vim',
|
||||||
\ 'options.vim',
|
\ 'options.vim',
|
||||||
\ 'autocommands.vim',
|
\ 'autocommands.vim',
|
||||||
@@ -17,6 +26,6 @@ let g:config_files = [
|
|||||||
\ 'themes.vim'
|
\ 'themes.vim'
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
for s:fname in g:config_files
|
for s:fname in s:core_conf_files
|
||||||
execute printf('source %s/core/%s', stdpath('config'), s:fname)
|
execute printf('source %s/core/%s', stdpath('config'), s:fname)
|
||||||
endfor
|
endfor
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ dashboard.section.buttons.val = {
|
|||||||
dashboard.button( "Leader f f", " > Find file", ":Leaderf file --popup<CR>"),
|
dashboard.button( "Leader f f", " > Find file", ":Leaderf file --popup<CR>"),
|
||||||
dashboard.button( "Leader f r", " > Recent files" , ":Leaderf mru --popup<CR>"),
|
dashboard.button( "Leader f r", " > Recent files" , ":Leaderf mru --popup<CR>"),
|
||||||
dashboard.button( "Leader f g", " > Project grep" , ":Leaderf rg --popup<CR>"),
|
dashboard.button( "Leader f g", " > Project grep" , ":Leaderf rg --popup<CR>"),
|
||||||
|
dashboard.button( "u", " > Update plugins" , ":PackerSync<CR>"),
|
||||||
dashboard.button( "e", " > New file" , ":enew <CR>"),
|
dashboard.button( "e", " > New file" , ":enew <CR>"),
|
||||||
dashboard.button( "q", " > Quit NVIM", ":qa<CR>"),
|
dashboard.button( "q", " > Quit NVIM", ":qa<CR>"),
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,19 +3,32 @@ require('hlslens').setup({
|
|||||||
nearest_only = true,
|
nearest_only = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.api.nvim_set_keymap(
|
local activate_hlslens = function(direction)
|
||||||
"n",
|
local cmd = string.format("normal! %s%szzzv", vim.v.count1, direction)
|
||||||
"n",
|
local status, msg = pcall(vim.fn.execute, cmd)
|
||||||
"<Cmd>execute('normal! ' . v:count1 . 'nzzzv')<CR><Cmd>lua require('hlslens').start()<CR>",
|
-- 13 is the index where real error message starts
|
||||||
{ noremap = true, silent = true }
|
msg = msg:sub(13)
|
||||||
)
|
|
||||||
|
|
||||||
vim.api.nvim_set_keymap(
|
if not status then
|
||||||
"n",
|
vim.api.nvim_echo({{msg, "ErrorMsg"}}, false, {})
|
||||||
"N",
|
return
|
||||||
"<Cmd>execute('normal! ' . v:count1 . 'Nzzzv')<CR><Cmd>lua require('hlslens').start()<CR>",
|
end
|
||||||
{ noremap = true, silent = true }
|
require('hlslens').start()
|
||||||
)
|
end
|
||||||
|
|
||||||
vim.api.nvim_set_keymap("n", "*", "<Plug>(asterisk-z*)<Cmd>lua require('hlslens').start()<CR>", { silent = true })
|
vim.keymap.set('n', 'n', '',
|
||||||
vim.api.nvim_set_keymap("n", "#", "<Plug>(asterisk-z#)<Cmd>lua require('hlslens').start()<CR>", { silent = true })
|
{
|
||||||
|
noremap = true,
|
||||||
|
silent = true,
|
||||||
|
callback = function() activate_hlslens('n') end
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.keymap.set('n', 'N', '',
|
||||||
|
{
|
||||||
|
noremap = true,
|
||||||
|
silent = true,
|
||||||
|
callback = function() activate_hlslens('N') end
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.keymap.set('n', '*', "<Plug>(asterisk-z*)<Cmd>lua require('hlslens').start()<CR>", { silent = true })
|
||||||
|
vim.keymap.set('n', '#', "<Plug>(asterisk-z#)<Cmd>lua require('hlslens').start()<CR>", { silent = true })
|
||||||
|
|||||||
@@ -1,50 +1,58 @@
|
|||||||
|
local fn = vim.fn
|
||||||
local api = vim.api
|
local api = vim.api
|
||||||
local lsp = vim.lsp
|
local lsp = vim.lsp
|
||||||
|
|
||||||
local M = {}
|
local utils = require("utils")
|
||||||
|
|
||||||
function M.show_line_diagnostics()
|
|
||||||
local opts = {
|
|
||||||
focusable = false,
|
|
||||||
close_events = { "BufLeave", "CursorMoved", "InsertEnter", "FocusLost" },
|
|
||||||
border = 'rounded',
|
|
||||||
source = 'always', -- show source in diagnostic popup window
|
|
||||||
prefix = ' '
|
|
||||||
}
|
|
||||||
vim.diagnostic.open_float(nil, opts)
|
|
||||||
end
|
|
||||||
|
|
||||||
local custom_attach = function(client, bufnr)
|
local custom_attach = function(client, bufnr)
|
||||||
local function buf_set_keymap(...)
|
|
||||||
api.nvim_buf_set_keymap(bufnr, ...)
|
|
||||||
end
|
|
||||||
|
|
||||||
-- Mappings.
|
-- Mappings.
|
||||||
local opts = { noremap = true, silent = true }
|
local opts = { silent = true, buffer = bufnr }
|
||||||
buf_set_keymap("n", "gd", "<Cmd>lua vim.lsp.buf.definition()<CR>", opts)
|
vim.keymap.set("n", "gd", vim.lsp.buf.definition, opts)
|
||||||
buf_set_keymap("n", "<C-]>", "<Cmd>lua vim.lsp.buf.definition()<CR>", opts)
|
vim.keymap.set("n", "<C-]>", vim.lsp.buf.definition, opts)
|
||||||
buf_set_keymap("n", "K", "<Cmd>lua vim.lsp.buf.hover()<CR>", opts)
|
vim.keymap.set("n", "K", vim.lsp.buf.hover, opts)
|
||||||
buf_set_keymap("n", "<C-k>", "<cmd>lua vim.lsp.buf.signature_help()<CR>", opts)
|
vim.keymap.set("n", "<C-k>", vim.lsp.buf.signature_help, opts)
|
||||||
buf_set_keymap("n", "<space>wa", "<cmd>lua vim.lsp.buf.add_workspace_folder()<CR>", opts)
|
vim.keymap.set("n", "<space>wa", vim.lsp.buf.add_workspace_folder, opts)
|
||||||
buf_set_keymap("n", "<space>wr", "<cmd>lua vim.lsp.buf.remove_workspace_folder()<CR>", opts)
|
vim.keymap.set("n", "<space>wr", vim.lsp.buf.remove_workspace_folder, opts)
|
||||||
buf_set_keymap("n", "<space>wl", "<cmd>lua print(vim.inspect(vim.lsp.buf.list_workspace_folders()))<CR>", opts)
|
vim.keymap.set("n", "<space>wl", function() print(vim.inspect(vim.lsp.buf.list_workspace_folders())) end, opts)
|
||||||
buf_set_keymap("n", "<space>rn", "<cmd>lua vim.lsp.buf.rename()<CR>", opts)
|
vim.keymap.set("n", "<space>rn", vim.lsp.buf.rename, opts)
|
||||||
buf_set_keymap("n", "gr", "<cmd>lua vim.lsp.buf.references()<CR>", opts)
|
vim.keymap.set("n", "gr", vim.lsp.buf.references, opts)
|
||||||
buf_set_keymap("n", "[d", "<cmd>lua vim.diagnostic.goto_prev()<CR>", opts)
|
vim.keymap.set("n", "[d", vim.diagnostic.goto_prev, opts)
|
||||||
buf_set_keymap("n", "]d", "<cmd>lua vim.diagnostic.goto_next()<CR>", opts)
|
vim.keymap.set("n", "]d", vim.diagnostic.goto_next, opts)
|
||||||
buf_set_keymap("n", "<space>q", "<cmd>lua vim.diagnostic.setqflist({open = true})<CR>", opts)
|
vim.keymap.set("n", "<space>q", function() vim.diagnostic.setqflist({open = true}) end, opts)
|
||||||
buf_set_keymap("n", "<space>ca", "<cmd>lua vim.lsp.buf.code_action()<CR>", opts)
|
vim.keymap.set("n", "<space>ca", vim.lsp.buf.code_action, opts)
|
||||||
|
|
||||||
vim.cmd([[
|
vim.api.nvim_create_autocmd("CursorHold", {
|
||||||
autocmd CursorHold <buffer> lua require('config.lsp').show_line_diagnostics()
|
buffer=bufnr,
|
||||||
]])
|
callback = function()
|
||||||
|
local opts = {
|
||||||
|
focusable = false,
|
||||||
|
close_events = { "BufLeave", "CursorMoved", "InsertEnter", "FocusLost" },
|
||||||
|
border = 'rounded',
|
||||||
|
source = 'always', -- show source in diagnostic popup window
|
||||||
|
prefix = ' '
|
||||||
|
}
|
||||||
|
|
||||||
|
if not vim.b.diagnostics_pos then
|
||||||
|
vim.b.diagnostics_pos = { nil, nil }
|
||||||
|
end
|
||||||
|
|
||||||
|
local cursor_pos = vim.api.nvim_win_get_cursor(0)
|
||||||
|
if (cursor_pos[1] ~= vim.b.diagnostics_pos[1] or cursor_pos[2] ~= vim.b.diagnostics_pos[2]) and
|
||||||
|
#vim.diagnostic.get() > 0
|
||||||
|
then
|
||||||
|
vim.diagnostic.open_float(nil, opts)
|
||||||
|
end
|
||||||
|
|
||||||
|
vim.b.diagnostics_pos = cursor_pos
|
||||||
|
end
|
||||||
|
})
|
||||||
|
|
||||||
-- Set some key bindings conditional on server capabilities
|
-- Set some key bindings conditional on server capabilities
|
||||||
if client.resolved_capabilities.document_formatting then
|
if client.resolved_capabilities.document_formatting then
|
||||||
buf_set_keymap("n", "<space>f", "<cmd>lua vim.lsp.buf.formatting_sync()<CR>", opts)
|
vim.keymap.set("n", "<space>f", vim.lsp.buf.formatting_sync, opts)
|
||||||
end
|
end
|
||||||
if client.resolved_capabilities.document_range_formatting then
|
if client.resolved_capabilities.document_range_formatting then
|
||||||
buf_set_keymap("x", "<space>f", "<cmd>lua vim.lsp.buf.range_formatting()<CR><ESC>", opts)
|
vim.keymap.set("x", "<space>f", vim.lsp.buf.range_formatting, opts)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- The blow command will highlight the current variable and its usages in the buffer.
|
-- The blow command will highlight the current variable and its usages in the buffer.
|
||||||
@@ -67,63 +75,88 @@ local custom_attach = function(client, bufnr)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local capabilities = require('cmp_nvim_lsp').update_capabilities(lsp.protocol.make_client_capabilities())
|
local capabilities = lsp.protocol.make_client_capabilities()
|
||||||
|
capabilities = require('cmp_nvim_lsp').update_capabilities(capabilities)
|
||||||
capabilities.textDocument.completion.completionItem.snippetSupport = true
|
capabilities.textDocument.completion.completionItem.snippetSupport = true
|
||||||
|
|
||||||
local lspconfig = require("lspconfig")
|
local lspconfig = require("lspconfig")
|
||||||
|
|
||||||
lspconfig.pylsp.setup({
|
if utils.executable('pylsp') then
|
||||||
on_attach = custom_attach,
|
lspconfig.pylsp.setup({
|
||||||
settings = {
|
on_attach = custom_attach,
|
||||||
pylsp = {
|
settings = {
|
||||||
plugins = {
|
pylsp = {
|
||||||
pylint = { enabled = true, executable = "pylint" },
|
plugins = {
|
||||||
pyflakes = { enabled = false },
|
pylint = { enabled = true, executable = "pylint" },
|
||||||
pycodestyle = { enabled = false },
|
pyflakes = { enabled = false },
|
||||||
jedi_completion = { fuzzy = true },
|
pycodestyle = { enabled = false },
|
||||||
pyls_isort = { enabled = true },
|
jedi_completion = { fuzzy = true },
|
||||||
pylsp_mypy = { enabled = true },
|
pyls_isort = { enabled = true },
|
||||||
|
pylsp_mypy = { enabled = true },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
flags = {
|
||||||
flags = {
|
debounce_text_changes = 200,
|
||||||
debounce_text_changes = 200,
|
},
|
||||||
},
|
capabilities = capabilities,
|
||||||
capabilities = capabilities,
|
})
|
||||||
})
|
else
|
||||||
|
vim.notify("pylsp not found!", 'warn', {title = 'Nvim-config'})
|
||||||
|
end
|
||||||
|
|
||||||
-- lspconfig.pyright.setup{
|
-- if utils.executable('pyright') then
|
||||||
-- on_attach = custom_attach,
|
-- lspconfig.pyright.setup{
|
||||||
-- capabilities = capabilities
|
-- on_attach = custom_attach,
|
||||||
-- }
|
-- capabilities = capabilities
|
||||||
|
-- }
|
||||||
|
-- else
|
||||||
|
-- vim.notify("pyright not found!", 'warn', {title = 'Nvim-config'})
|
||||||
|
-- end
|
||||||
|
|
||||||
lspconfig.clangd.setup({
|
if utils.executable('clangd') then
|
||||||
on_attach = custom_attach,
|
lspconfig.clangd.setup({
|
||||||
capabilities = capabilities,
|
on_attach = custom_attach,
|
||||||
filetypes = { "c", "cpp", "cc" },
|
capabilities = capabilities,
|
||||||
flags = {
|
filetypes = { "c", "cpp", "cc" },
|
||||||
debounce_text_changes = 500,
|
flags = {
|
||||||
},
|
debounce_text_changes = 500,
|
||||||
})
|
},
|
||||||
|
})
|
||||||
|
else
|
||||||
|
vim.notify("clangd not found!", 'warn', {title = 'Nvim-config'})
|
||||||
|
end
|
||||||
|
|
||||||
-- set up vim-language-server
|
-- set up vim-language-server
|
||||||
lspconfig.vimls.setup({
|
if utils.executable('vim-language-server') then
|
||||||
on_attach = custom_attach,
|
lspconfig.vimls.setup({
|
||||||
flags = {
|
on_attach = custom_attach,
|
||||||
debounce_text_changes = 500,
|
flags = {
|
||||||
},
|
debounce_text_changes = 500,
|
||||||
capabilities = capabilities,
|
},
|
||||||
})
|
capabilities = capabilities,
|
||||||
|
})
|
||||||
|
else
|
||||||
|
vim.notify("vim-language-server not found!", 'warn', {title = 'Nvim-config'})
|
||||||
|
end
|
||||||
|
|
||||||
local sumneko_binary_path = vim.fn.exepath("lua-language-server")
|
-- set up bash-language-server
|
||||||
|
if utils.executable('bash-language-server') then
|
||||||
|
lspconfig.bashls.setup({
|
||||||
|
on_attach = custom_attach,
|
||||||
|
capabilities = capabilities,
|
||||||
|
})
|
||||||
|
end
|
||||||
|
|
||||||
|
local sumneko_binary_path = fn.exepath("lua-language-server")
|
||||||
if vim.g.is_mac or vim.g.is_linux and sumneko_binary_path ~= "" then
|
if vim.g.is_mac or vim.g.is_linux and sumneko_binary_path ~= "" then
|
||||||
local sumneko_root_path = vim.fn.fnamemodify(sumneko_binary_path, ":h:h:h")
|
local sumneko_root_path = fn.fnamemodify(sumneko_binary_path, ":h:h:h")
|
||||||
|
|
||||||
local runtime_path = vim.split(package.path, ";")
|
local runtime_path = vim.split(package.path, ";")
|
||||||
table.insert(runtime_path, "lua/?.lua")
|
table.insert(runtime_path, "lua/?.lua")
|
||||||
table.insert(runtime_path, "lua/?/init.lua")
|
table.insert(runtime_path, "lua/?/init.lua")
|
||||||
|
|
||||||
require("lspconfig").sumneko_lua.setup({
|
lspconfig.sumneko_lua.setup({
|
||||||
on_attach = custom_attach,
|
on_attach = custom_attach,
|
||||||
cmd = { sumneko_binary_path, "-E", sumneko_root_path .. "/main.lua" },
|
cmd = { sumneko_binary_path, "-E", sumneko_root_path .. "/main.lua" },
|
||||||
settings = {
|
settings = {
|
||||||
@@ -153,10 +186,10 @@ if vim.g.is_mac or vim.g.is_linux and sumneko_binary_path ~= "" then
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Change diagnostic signs.
|
-- Change diagnostic signs.
|
||||||
vim.fn.sign_define("DiagnosticSignError", { text = "✗", texthl = "DiagnosticSignError" })
|
fn.sign_define("DiagnosticSignError", { text = "✗", texthl = "DiagnosticSignError" })
|
||||||
vim.fn.sign_define("DiagnosticSignWarn", { text = "!", texthl = "DiagnosticSignWarn" })
|
fn.sign_define("DiagnosticSignWarn", { text = "!", texthl = "DiagnosticSignWarn" })
|
||||||
vim.fn.sign_define("DiagnosticSignInformation", { text = "", texthl = "DiagnosticSignInfo" })
|
fn.sign_define("DiagnosticSignInformation", { text = "", texthl = "DiagnosticSignInfo" })
|
||||||
vim.fn.sign_define("DiagnosticSignHint", { text = "", texthl = "DiagnosticSignHint" })
|
fn.sign_define("DiagnosticSignHint", { text = "", texthl = "DiagnosticSignHint" })
|
||||||
|
|
||||||
-- global config for diagnostic
|
-- global config for diagnostic
|
||||||
vim.diagnostic.config({
|
vim.diagnostic.config({
|
||||||
@@ -177,5 +210,3 @@ vim.diagnostic.config({
|
|||||||
lsp.handlers["textDocument/hover"] = lsp.with(vim.lsp.handlers.hover, {
|
lsp.handlers["textDocument/hover"] = lsp.with(vim.lsp.handlers.hover, {
|
||||||
border = "rounded",
|
border = "rounded",
|
||||||
})
|
})
|
||||||
|
|
||||||
return M
|
|
||||||
|
|||||||
@@ -9,54 +9,76 @@ cmp.setup({
|
|||||||
vim.fn["UltiSnips#Anon"](args.body)
|
vim.fn["UltiSnips#Anon"](args.body)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
mapping = {
|
mapping = cmp.mapping.preset.insert({
|
||||||
['<Tab>'] = function(fallback)
|
['<Tab>'] = function(fallback)
|
||||||
if cmp.visible() then
|
if cmp.visible() then
|
||||||
cmp.select_next_item()
|
cmp.select_next_item()
|
||||||
else
|
else
|
||||||
fallback()
|
fallback()
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
['<S-Tab>'] = function(fallback)
|
['<S-Tab>'] = function(fallback)
|
||||||
if cmp.visible() then
|
if cmp.visible() then
|
||||||
cmp.select_prev_item()
|
cmp.select_prev_item()
|
||||||
else
|
else
|
||||||
fallback()
|
fallback()
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
['<Esc>'] = cmp.mapping.close(),
|
['<CR>'] = cmp.mapping.confirm({ select = true }),
|
||||||
['<CR>'] = cmp.mapping.confirm({ select = true }),
|
['<C-e>'] = cmp.mapping.abort(),
|
||||||
['<C-d>'] = cmp.mapping.scroll_docs(-4),
|
['<Esc>'] = cmp.mapping.close(),
|
||||||
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
['<C-d>'] = cmp.mapping.scroll_docs(-4),
|
||||||
},
|
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
||||||
|
}),
|
||||||
sources = {
|
sources = {
|
||||||
{ name = 'nvim_lsp' }, -- For nvim-lsp
|
{ name = 'nvim_lsp' }, -- For nvim-lsp
|
||||||
{ name = 'ultisnips' }, -- For ultisnips user.
|
{ name = 'ultisnips' }, -- For ultisnips user.
|
||||||
{ name = 'nvim_lua' }, -- for nvim lua function
|
{ name = 'nvim_lua' }, -- for nvim lua function
|
||||||
{ name = 'path' }, -- for path completion
|
{ name = 'path' }, -- for path completion
|
||||||
{ name = 'buffer', keyword_length = 4 }, -- for buffer word completion
|
{ name = 'buffer', keyword_length = 4 }, -- for buffer word completion
|
||||||
|
{ name = 'omni' },
|
||||||
{ name = 'emoji', insert = true, } -- emoji completion
|
{ name = 'emoji', insert = true, } -- emoji completion
|
||||||
},
|
},
|
||||||
completion = {
|
completion = {
|
||||||
keyword_length = 1,
|
keyword_length = 1,
|
||||||
completeopt = "menu,noselect"
|
completeopt = "menu,noselect"
|
||||||
},
|
},
|
||||||
experimental = {
|
view = {
|
||||||
ghost_text = false
|
entries = 'custom',
|
||||||
},
|
},
|
||||||
formatting = {
|
formatting = {
|
||||||
format = lspkind.cmp_format({
|
format = lspkind.cmp_format({
|
||||||
with_text = false,
|
mode = "symbol_text",
|
||||||
menu = {
|
menu = ({
|
||||||
nvim_lsp = "[LSP]",
|
nvim_lsp = "[LSP]",
|
||||||
ultisnips = "[US]",
|
ultisnips = "[US]",
|
||||||
nvim_lua = "[Lua]",
|
nvim_lua = "[Lua]",
|
||||||
path = "[Path]",
|
path = "[Path]",
|
||||||
buffer = "[Buffer]",
|
buffer = "[Buffer]",
|
||||||
emoji = "[Emoji]",
|
emoji = "[Emoji]",
|
||||||
},
|
omni = "[Omni]",
|
||||||
|
}),
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.cmd("hi link CmpItemMenu Comment")
|
-- see https://github.com/hrsh7th/nvim-cmp/wiki/Menu-Appearance#how-to-add-visual-studio-code-dark-theme-colors-to-the-menu
|
||||||
|
vim.cmd[[
|
||||||
|
highlight! link CmpItemMenu Comment
|
||||||
|
" gray
|
||||||
|
highlight! CmpItemAbbrDeprecated guibg=NONE gui=strikethrough guifg=#808080
|
||||||
|
" blue
|
||||||
|
highlight! CmpItemAbbrMatch guibg=NONE guifg=#569CD6
|
||||||
|
highlight! CmpItemAbbrMatchFuzzy guibg=NONE guifg=#569CD6
|
||||||
|
" light blue
|
||||||
|
highlight! CmpItemKindVariable guibg=NONE guifg=#9CDCFE
|
||||||
|
highlight! CmpItemKindInterface guibg=NONE guifg=#9CDCFE
|
||||||
|
highlight! CmpItemKindText guibg=NONE guifg=#9CDCFE
|
||||||
|
" pink
|
||||||
|
highlight! CmpItemKindFunction guibg=NONE guifg=#C586C0
|
||||||
|
highlight! CmpItemKindMethod guibg=NONE guifg=#C586C0
|
||||||
|
" front
|
||||||
|
highlight! CmpItemKindKeyword guibg=NONE guifg=#D4D4D4
|
||||||
|
highlight! CmpItemKindProperty guibg=NONE guifg=#D4D4D4
|
||||||
|
highlight! CmpItemKindUnit guibg=NONE guifg=#D4D4D4
|
||||||
|
]]
|
||||||
|
|||||||
119
lua/config/nvim-tree.lua
Normal file
119
lua/config/nvim-tree.lua
Normal file
@@ -0,0 +1,119 @@
|
|||||||
|
local nvim_tree = require("nvim-tree")
|
||||||
|
|
||||||
|
nvim_tree.setup({
|
||||||
|
auto_reload_on_write = true,
|
||||||
|
disable_netrw = false,
|
||||||
|
hijack_cursor = false,
|
||||||
|
hijack_netrw = true,
|
||||||
|
hijack_unnamed_buffer_when_opening = false,
|
||||||
|
ignore_buffer_on_setup = false,
|
||||||
|
open_on_setup = false,
|
||||||
|
open_on_setup_file = false,
|
||||||
|
open_on_tab = false,
|
||||||
|
sort_by = "name",
|
||||||
|
update_cwd = false,
|
||||||
|
view = {
|
||||||
|
width = 30,
|
||||||
|
height = 30,
|
||||||
|
hide_root_folder = false,
|
||||||
|
side = "left",
|
||||||
|
preserve_window_proportions = false,
|
||||||
|
number = false,
|
||||||
|
relativenumber = false,
|
||||||
|
signcolumn = "yes",
|
||||||
|
mappings = {
|
||||||
|
custom_only = false,
|
||||||
|
list = {
|
||||||
|
-- user mappings go here
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
renderer = {
|
||||||
|
indent_markers = {
|
||||||
|
enable = false,
|
||||||
|
icons = {
|
||||||
|
corner = "└ ",
|
||||||
|
edge = "│ ",
|
||||||
|
none = " ",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
icons = {
|
||||||
|
webdev_colors = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
hijack_directories = {
|
||||||
|
enable = true,
|
||||||
|
auto_open = true,
|
||||||
|
},
|
||||||
|
update_focused_file = {
|
||||||
|
enable = false,
|
||||||
|
update_cwd = false,
|
||||||
|
ignore_list = {},
|
||||||
|
},
|
||||||
|
ignore_ft_on_setup = {},
|
||||||
|
system_open = {
|
||||||
|
cmd = "",
|
||||||
|
args = {},
|
||||||
|
},
|
||||||
|
diagnostics = {
|
||||||
|
enable = false,
|
||||||
|
show_on_dirs = false,
|
||||||
|
icons = {
|
||||||
|
hint = "",
|
||||||
|
info = "",
|
||||||
|
warning = "",
|
||||||
|
error = "",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
filters = {
|
||||||
|
dotfiles = false,
|
||||||
|
custom = {},
|
||||||
|
exclude = {},
|
||||||
|
},
|
||||||
|
git = {
|
||||||
|
enable = true,
|
||||||
|
ignore = true,
|
||||||
|
timeout = 400,
|
||||||
|
},
|
||||||
|
actions = {
|
||||||
|
use_system_clipboard = true,
|
||||||
|
change_dir = {
|
||||||
|
enable = true,
|
||||||
|
global = false,
|
||||||
|
restrict_above_cwd = false,
|
||||||
|
},
|
||||||
|
open_file = {
|
||||||
|
quit_on_open = false,
|
||||||
|
resize_window = false,
|
||||||
|
window_picker = {
|
||||||
|
enable = true,
|
||||||
|
chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890",
|
||||||
|
exclude = {
|
||||||
|
filetype = { "notify", "packer", "qf", "diff", "fugitive", "fugitiveblame" },
|
||||||
|
buftype = { "nofile", "terminal", "help" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
trash = {
|
||||||
|
cmd = "trash",
|
||||||
|
require_confirm = true,
|
||||||
|
},
|
||||||
|
log = {
|
||||||
|
enable = false,
|
||||||
|
truncate = false,
|
||||||
|
types = {
|
||||||
|
all = false,
|
||||||
|
config = false,
|
||||||
|
copy_paste = false,
|
||||||
|
diagnostics = false,
|
||||||
|
git = false,
|
||||||
|
profile = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.keymap.set('n', '<space>s', function()
|
||||||
|
return require('nvim-tree').toggle(false, true)
|
||||||
|
end,
|
||||||
|
{ noremap = true, silent = true, desc = "toggle nvim-tree"})
|
||||||
@@ -5,6 +5,10 @@ vim.cmd[[ hi HopNextKey2 cterm=bold ctermfg=176 gui=bold guibg=#ff00ff guifg=#ff
|
|||||||
require('hop').setup({
|
require('hop').setup({
|
||||||
case_insensitive = true,
|
case_insensitive = true,
|
||||||
char2_fallback_key = '<CR>',
|
char2_fallback_key = '<CR>',
|
||||||
|
quit_key='<Esc>',
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.api.nvim_set_keymap('n', 'f', "<cmd>lua require'hop'.hint_char2()<cr>", {noremap = true})
|
vim.keymap.set('n', 'f', function()
|
||||||
|
return require('hop').hint_char2()
|
||||||
|
end,
|
||||||
|
{ silent = true, noremap = true, desc = "nvim-hop char2" })
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
local fn = vim.fn
|
||||||
|
|
||||||
local function spell()
|
local function spell()
|
||||||
if vim.o.spell then
|
if vim.o.spell then
|
||||||
return string.format("[SPELL]")
|
return string.format("[SPELL]")
|
||||||
@@ -9,7 +11,7 @@ end
|
|||||||
local function ime_state()
|
local function ime_state()
|
||||||
if vim.g.is_mac then
|
if vim.g.is_mac then
|
||||||
-- ref: https://github.com/vim-airline/vim-airline/blob/master/autoload/airline/extensions/xkblayout.vim#L11
|
-- ref: https://github.com/vim-airline/vim-airline/blob/master/autoload/airline/extensions/xkblayout.vim#L11
|
||||||
local layout = vim.fn.libcall(vim.g.XkbSwitchLib, 'Xkb_Switch_getXkbLayout', '')
|
local layout = fn.libcall(vim.g.XkbSwitchLib, 'Xkb_Switch_getXkbLayout', '')
|
||||||
if layout == '0' then
|
if layout == '0' then
|
||||||
return '[CN]'
|
return '[CN]'
|
||||||
end
|
end
|
||||||
@@ -35,20 +37,20 @@ end
|
|||||||
local function mixed_indent()
|
local function mixed_indent()
|
||||||
local space_pat = [[\v^ +]]
|
local space_pat = [[\v^ +]]
|
||||||
local tab_pat = [[\v^\t+]]
|
local tab_pat = [[\v^\t+]]
|
||||||
local space_indent = vim.fn.search(space_pat, 'nwc')
|
local space_indent = fn.search(space_pat, 'nwc')
|
||||||
local tab_indent = vim.fn.search(tab_pat, 'nwc')
|
local tab_indent = fn.search(tab_pat, 'nwc')
|
||||||
local mixed = (space_indent > 0 and tab_indent > 0)
|
local mixed = (space_indent > 0 and tab_indent > 0)
|
||||||
local mixed_same_line
|
local mixed_same_line
|
||||||
if not mixed then
|
if not mixed then
|
||||||
mixed_same_line = vim.fn.search([[\v^(\t+ | +\t)]], 'nwc')
|
mixed_same_line = fn.search([[\v^(\t+ | +\t)]], 'nwc')
|
||||||
mixed = mixed_same_line > 0
|
mixed = mixed_same_line > 0
|
||||||
end
|
end
|
||||||
if not mixed then return '' end
|
if not mixed then return '' end
|
||||||
if mixed_same_line ~= nil and mixed_same_line > 0 then
|
if mixed_same_line ~= nil and mixed_same_line > 0 then
|
||||||
return 'MI:'..mixed_same_line
|
return 'MI:'..mixed_same_line
|
||||||
end
|
end
|
||||||
local space_indent_cnt = vim.fn.searchcount({pattern=space_pat, max_count=1e3}).total
|
local space_indent_cnt = fn.searchcount({pattern=space_pat, max_count=1e3}).total
|
||||||
local tab_indent_cnt = vim.fn.searchcount({pattern=tab_pat, max_count=1e3}).total
|
local tab_indent_cnt = fn.searchcount({pattern=tab_pat, max_count=1e3}).total
|
||||||
if space_indent_cnt > tab_indent_cnt then
|
if space_indent_cnt > tab_indent_cnt then
|
||||||
return 'MI:'..tab_indent
|
return 'MI:'..tab_indent
|
||||||
else
|
else
|
||||||
@@ -119,6 +121,6 @@ require("lualine").setup({
|
|||||||
lualine_z = {},
|
lualine_z = {},
|
||||||
},
|
},
|
||||||
tabline = {},
|
tabline = {},
|
||||||
extensions = {'quickfix', 'fugitive'},
|
extensions = {'quickfix', 'fugitive', 'nvim-tree'},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
8
lua/custom-map.lua
Normal file
8
lua/custom-map.lua
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
local keymap = vim.keymap
|
||||||
|
|
||||||
|
-- Go to the begining and end of current line in insert mode quickly
|
||||||
|
keymap.set('i', '<C-A>', '<HOME>')
|
||||||
|
keymap.set('i', '<C-E>', '<END>')
|
||||||
|
|
||||||
|
-- Delete the character to the right of the cursor
|
||||||
|
keymap.set('i', '<C-D>', '<DEL>')
|
||||||
@@ -4,14 +4,7 @@ local fn = vim.fn
|
|||||||
vim.g.package_home = fn.stdpath("data") .. "/site/pack/packer/"
|
vim.g.package_home = fn.stdpath("data") .. "/site/pack/packer/"
|
||||||
local packer_install_dir = vim.g.package_home .. "/opt/packer.nvim"
|
local packer_install_dir = vim.g.package_home .. "/opt/packer.nvim"
|
||||||
|
|
||||||
local plug_url_format = ""
|
local packer_repo = "https://github.com/wbthomason/packer.nvim"
|
||||||
if vim.g.is_linux then
|
|
||||||
plug_url_format = "https://hub.fastgit.org/%s"
|
|
||||||
else
|
|
||||||
plug_url_format = "https://github.com/%s"
|
|
||||||
end
|
|
||||||
|
|
||||||
local packer_repo = string.format(plug_url_format, "wbthomason/packer.nvim")
|
|
||||||
local install_cmd = string.format("10split |term git clone --depth=1 %s %s", packer_repo, packer_install_dir)
|
local install_cmd = string.format("10split |term git clone --depth=1 %s %s", packer_repo, packer_install_dir)
|
||||||
|
|
||||||
-- Auto-install packer in case it hasn't been installed.
|
-- Auto-install packer in case it hasn't been installed.
|
||||||
@@ -31,7 +24,7 @@ require("packer").startup({
|
|||||||
|
|
||||||
use({"wbthomason/packer.nvim", opt = true})
|
use({"wbthomason/packer.nvim", opt = true})
|
||||||
|
|
||||||
use {"onsails/lspkind-nvim", event = "BufEnter"}
|
use({"onsails/lspkind-nvim", event = "VimEnter"})
|
||||||
-- auto-completion engine
|
-- auto-completion engine
|
||||||
use {"hrsh7th/nvim-cmp", after = "lspkind-nvim", config = [[require('config.nvim-cmp')]]}
|
use {"hrsh7th/nvim-cmp", after = "lspkind-nvim", config = [[require('config.nvim-cmp')]]}
|
||||||
|
|
||||||
@@ -40,6 +33,8 @@ require("packer").startup({
|
|||||||
use {"hrsh7th/cmp-nvim-lua", after = "nvim-cmp"}
|
use {"hrsh7th/cmp-nvim-lua", after = "nvim-cmp"}
|
||||||
use {"hrsh7th/cmp-path", after = "nvim-cmp"}
|
use {"hrsh7th/cmp-path", after = "nvim-cmp"}
|
||||||
use {"hrsh7th/cmp-buffer", after = "nvim-cmp"}
|
use {"hrsh7th/cmp-buffer", after = "nvim-cmp"}
|
||||||
|
use { "hrsh7th/cmp-omni", after = "nvim-cmp" }
|
||||||
|
|
||||||
-- use {"hrsh7th/cmp-cmdline", after = "nvim-cmp"}
|
-- use {"hrsh7th/cmp-cmdline", after = "nvim-cmp"}
|
||||||
use {"quangnguyen30192/cmp-nvim-ultisnips", after = {'nvim-cmp', 'ultisnips'}}
|
use {"quangnguyen30192/cmp-nvim-ultisnips", after = {'nvim-cmp', 'ultisnips'}}
|
||||||
if vim.g.is_mac then
|
if vim.g.is_mac then
|
||||||
@@ -141,7 +136,7 @@ require("packer").startup({
|
|||||||
use({ "akinsho/bufferline.nvim", event = "VimEnter", config = [[require('config.bufferline')]] })
|
use({ "akinsho/bufferline.nvim", event = "VimEnter", config = [[require('config.bufferline')]] })
|
||||||
|
|
||||||
-- fancy start screen
|
-- fancy start screen
|
||||||
use { 'goolord/alpha-nvim', event = 'VimEnter', config = [[require('config.alpha-nvim')]] }
|
-- use { 'goolord/alpha-nvim', event = 'VimEnter', config = [[require('config.alpha-nvim')]] }
|
||||||
|
|
||||||
use({
|
use({
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
@@ -233,7 +228,9 @@ require("packer").startup({
|
|||||||
-- Better git log display
|
-- Better git log display
|
||||||
use({ "rbong/vim-flog", requires = "tpope/vim-fugitive", cmd = { "Flog" } })
|
use({ "rbong/vim-flog", requires = "tpope/vim-fugitive", cmd = { "Flog" } })
|
||||||
|
|
||||||
use({ "kevinhwang91/nvim-bqf", event = "FileType qf", config = [[require('config.bqf')]] })
|
use({ "christoomey/vim-conflicted", requires = "tpope/vim-fugitive", cmd = {"Conflicted"}})
|
||||||
|
|
||||||
|
use({ "kevinhwang91/nvim-bqf", ft = "qf", config = [[require('config.bqf')]] })
|
||||||
|
|
||||||
-- Better git commit experience
|
-- Better git commit experience
|
||||||
use({"rhysd/committia.vim", opt = true, setup = [[vim.cmd('packadd committia.vim')]]})
|
use({"rhysd/committia.vim", opt = true, setup = [[vim.cmd('packadd committia.vim')]]})
|
||||||
@@ -352,13 +349,17 @@ require("packer").startup({
|
|||||||
|
|
||||||
-- show and trim trailing whitespaces
|
-- show and trim trailing whitespaces
|
||||||
use {'jdhao/whitespace.nvim', event = 'VimEnter'}
|
use {'jdhao/whitespace.nvim', event = 'VimEnter'}
|
||||||
|
|
||||||
|
-- file explorer
|
||||||
|
use {
|
||||||
|
'kyazdani42/nvim-tree.lua',
|
||||||
|
requires = { 'kyazdani42/nvim-web-devicons' },
|
||||||
|
config = [[require('config.nvim-tree')]]
|
||||||
|
}
|
||||||
end,
|
end,
|
||||||
config = {
|
config = {
|
||||||
max_jobs = 16,
|
max_jobs = 16,
|
||||||
compile_path = util.join_paths(vim.fn.stdpath('config'), 'lua', 'packer_compiled.lua'),
|
compile_path = util.join_paths(fn.stdpath('data'), 'site', 'lua', 'packer_compiled.lua'),
|
||||||
git = {
|
|
||||||
default_url_format = plug_url_format,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -1,17 +1,28 @@
|
|||||||
|
local fn = vim.fn
|
||||||
|
|
||||||
-- inspect something
|
-- inspect something
|
||||||
-- Taken from https://github.com/jamestthompson3/vimConfig/blob/eeef4a8eeb5a24938f8a0969a35f69c78643fb66/lua/tt/nvim_utils.lua#L106
|
|
||||||
function inspect(item)
|
function inspect(item)
|
||||||
print(vim.inspect(item))
|
vim.pretty_print(item)
|
||||||
end
|
end
|
||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
function M.executable(name)
|
function M.executable(name)
|
||||||
if vim.fn.executable(name) > 0 then
|
if fn.executable(name) > 0 then
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function M.may_create_dir()
|
||||||
|
local fpath = fn.expand('<afile>')
|
||||||
|
local parent_dir = fn.fnamemodify(fpath, ":p:h")
|
||||||
|
local res = fn.isdirectory(parent_dir)
|
||||||
|
|
||||||
|
if res == 0 then
|
||||||
|
fn.mkdir(parent_dir, 'p')
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ snippet bare "barebone code template"
|
|||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
#include <stack>
|
#include <stack>
|
||||||
#include <queue>
|
#include <queue>
|
||||||
|
#include <numeric>
|
||||||
|
|
||||||
using std::cout;
|
using std::cout;
|
||||||
using std::endl;
|
using std::endl;
|
||||||
|
|||||||
@@ -70,3 +70,99 @@ endsnippet
|
|||||||
snippet yh "直角引号" w
|
snippet yh "直角引号" w
|
||||||
「$1」
|
「$1」
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet info "info box"
|
||||||
|
<style type="text/css">
|
||||||
|
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
|
||||||
|
|
||||||
|
.info-msg {
|
||||||
|
color: #059;
|
||||||
|
background-color: #BEF;
|
||||||
|
margin: 5px 0;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 5px 5px 5px 5px;
|
||||||
|
border: 2px solid transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="info-msg">
|
||||||
|
<i class="fa fa-info-circle"> Info</i></br>
|
||||||
|
${1:info text}
|
||||||
|
</div>
|
||||||
|
$0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet warn "warning box"
|
||||||
|
<style type="text/css">
|
||||||
|
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
|
||||||
|
|
||||||
|
.warning-msg {
|
||||||
|
color: #9F6000;
|
||||||
|
background-color: #FEEFB3;
|
||||||
|
margin: 5px 0;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 5px 5px 5px 5px;
|
||||||
|
border: 2px solid transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="warning-msg">
|
||||||
|
<i class="fa fa-warning"> Warning</i></br>
|
||||||
|
${1:warning text}
|
||||||
|
</div>
|
||||||
|
$0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet error "error box"
|
||||||
|
<style type="text/css">
|
||||||
|
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
|
||||||
|
|
||||||
|
.error-msg {
|
||||||
|
color: #D8000C;
|
||||||
|
background-color: #FFBABA;
|
||||||
|
margin: 5px 0;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 5px 5px 5px 5px;
|
||||||
|
border: 2px solid transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="error-msg">
|
||||||
|
<i class="fa fa-times-circle"> Error</i></br>
|
||||||
|
${1:error text}
|
||||||
|
</div>
|
||||||
|
$0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet success "success box"
|
||||||
|
<style type="text/css">
|
||||||
|
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
|
||||||
|
|
||||||
|
.success-msg {
|
||||||
|
color: #270;
|
||||||
|
background-color: #DFF2BF;
|
||||||
|
margin: 5px 0;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 5px 5px 5px 5px;
|
||||||
|
border: 2px solid transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="success-msg">
|
||||||
|
<i class="fa fa-check"></i>
|
||||||
|
${1:success text}
|
||||||
|
</div>
|
||||||
|
$0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet td "too long do not read" bw
|
||||||
|
tl;dr: $1
|
||||||
|
endsnippet
|
||||||
|
|||||||
@@ -24,3 +24,7 @@ def main():
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet sol "solution" b
|
||||||
|
solution = Solution()
|
||||||
|
endsnippet
|
||||||
|
|||||||
6
my_snippets/snippets.snippets
Normal file
6
my_snippets/snippets.snippets
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# copied from https://github.com/honza/vim-snippets/blob/master/UltiSnips/snippets.snippets
|
||||||
|
snippet snip "Ultisnips snippet definition" b
|
||||||
|
`!p snip.rv = "snippet"` ${1:Tab_trigger} "${2:Description}" ${3:b}
|
||||||
|
${0:${VISUAL}}
|
||||||
|
`!p snip.rv = "endsnippet"`
|
||||||
|
endsnippet
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
snippet frac "Math fractions"
|
snippet use "usepackage" b
|
||||||
\frac{${1:NUM}}{${2:DEN}} $0
|
\usepackage{${1:package}}
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet eqa "equation enviroment" b
|
||||||
|
\begin{equation}\label{$1}
|
||||||
|
$2
|
||||||
|
\end{equation}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|||||||
119
plugin/log-autocmds.vim
Normal file
119
plugin/log-autocmds.vim
Normal file
@@ -0,0 +1,119 @@
|
|||||||
|
command! LogAutocmds call s:log_autocmds_toggle()
|
||||||
|
|
||||||
|
function! s:log_autocmds_toggle()
|
||||||
|
augroup LogAutocmd
|
||||||
|
autocmd!
|
||||||
|
augroup END
|
||||||
|
|
||||||
|
let l:date = strftime('%F', localtime())
|
||||||
|
let s:activate = get(s:, 'activate', 0) ? 0 : 1
|
||||||
|
if !s:activate
|
||||||
|
call s:log('Stopped autocmd log (' . l:date . ')')
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
call s:log('Started autocmd log (' . l:date . ')')
|
||||||
|
augroup LogAutocmd
|
||||||
|
for l:au in s:aulist
|
||||||
|
silent execute 'autocmd' l:au '* call s:log(''' . l:au . ''')'
|
||||||
|
endfor
|
||||||
|
augroup END
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:log(message)
|
||||||
|
silent execute '!echo "'
|
||||||
|
\ . strftime('%T', localtime()) . ' - ' . a:message . '"'
|
||||||
|
\ '>> /tmp/vim_log_autocommands'
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" These are deliberately left out due to side effects
|
||||||
|
" - SourceCmd
|
||||||
|
" - FileAppendCmd
|
||||||
|
" - FileWriteCmd
|
||||||
|
" - BufWriteCmd
|
||||||
|
" - FileReadCmd
|
||||||
|
" - BufReadCmd
|
||||||
|
" - FuncUndefined
|
||||||
|
|
||||||
|
let s:aulist = [
|
||||||
|
\ 'BufNewFile',
|
||||||
|
\ 'BufReadPre',
|
||||||
|
\ 'BufRead',
|
||||||
|
\ 'BufReadPost',
|
||||||
|
\ 'FileReadPre',
|
||||||
|
\ 'FileReadPost',
|
||||||
|
\ 'FilterReadPre',
|
||||||
|
\ 'FilterReadPost',
|
||||||
|
\ 'StdinReadPre',
|
||||||
|
\ 'StdinReadPost',
|
||||||
|
\ 'BufWrite',
|
||||||
|
\ 'BufWritePre',
|
||||||
|
\ 'BufWritePost',
|
||||||
|
\ 'FileWritePre',
|
||||||
|
\ 'FileWritePost',
|
||||||
|
\ 'FileAppendPre',
|
||||||
|
\ 'FileAppendPost',
|
||||||
|
\ 'FilterWritePre',
|
||||||
|
\ 'FilterWritePost',
|
||||||
|
\ 'BufAdd',
|
||||||
|
\ 'BufCreate',
|
||||||
|
\ 'BufDelete',
|
||||||
|
\ 'BufWipeout',
|
||||||
|
\ 'BufFilePre',
|
||||||
|
\ 'BufFilePost',
|
||||||
|
\ 'BufEnter',
|
||||||
|
\ 'BufLeave',
|
||||||
|
\ 'BufWinEnter',
|
||||||
|
\ 'BufWinLeave',
|
||||||
|
\ 'BufUnload',
|
||||||
|
\ 'BufHidden',
|
||||||
|
\ 'BufNew',
|
||||||
|
\ 'SwapExists',
|
||||||
|
\ 'FileType',
|
||||||
|
\ 'Syntax',
|
||||||
|
\ 'EncodingChanged',
|
||||||
|
\ 'TermChanged',
|
||||||
|
\ 'VimEnter',
|
||||||
|
\ 'GUIEnter',
|
||||||
|
\ 'GUIFailed',
|
||||||
|
\ 'TermResponse',
|
||||||
|
\ 'QuitPre',
|
||||||
|
\ 'VimLeavePre',
|
||||||
|
\ 'VimLeave',
|
||||||
|
\ 'FileChangedShell',
|
||||||
|
\ 'FileChangedShellPost',
|
||||||
|
\ 'FileChangedRO',
|
||||||
|
\ 'ShellCmdPost',
|
||||||
|
\ 'ShellFilterPost',
|
||||||
|
\ 'CmdUndefined',
|
||||||
|
\ 'SpellFileMissing',
|
||||||
|
\ 'SourcePre',
|
||||||
|
\ 'VimResized',
|
||||||
|
\ 'FocusGained',
|
||||||
|
\ 'FocusLost',
|
||||||
|
\ 'CursorHold',
|
||||||
|
\ 'CursorHoldI',
|
||||||
|
\ 'CursorMoved',
|
||||||
|
\ 'CursorMovedI',
|
||||||
|
\ 'WinEnter',
|
||||||
|
\ 'WinLeave',
|
||||||
|
\ 'TabEnter',
|
||||||
|
\ 'TabLeave',
|
||||||
|
\ 'CmdwinEnter',
|
||||||
|
\ 'CmdwinLeave',
|
||||||
|
\ 'InsertEnter',
|
||||||
|
\ 'InsertChange',
|
||||||
|
\ 'InsertLeave',
|
||||||
|
\ 'InsertCharPre',
|
||||||
|
\ 'TextChanged',
|
||||||
|
\ 'TextChangedI',
|
||||||
|
\ 'ColorScheme',
|
||||||
|
\ 'RemoteReply',
|
||||||
|
\ 'QuickFixCmdPre',
|
||||||
|
\ 'QuickFixCmdPost',
|
||||||
|
\ 'SessionLoadPost',
|
||||||
|
\ 'MenuPopup',
|
||||||
|
\ 'CompleteDone',
|
||||||
|
\ 'User',
|
||||||
|
\ ]
|
||||||
|
|
||||||
@@ -355,3 +355,78 @@ Keymap
|
|||||||
iCloud
|
iCloud
|
||||||
keyframe
|
keyframe
|
||||||
maskRCNN
|
maskRCNN
|
||||||
|
vundle
|
||||||
|
ycm
|
||||||
|
ftplugin
|
||||||
|
vim9
|
||||||
|
dotfile
|
||||||
|
magit
|
||||||
|
xelatex
|
||||||
|
subarray
|
||||||
|
fvim
|
||||||
|
CUDA
|
||||||
|
cuda
|
||||||
|
cpu
|
||||||
|
jdhao
|
||||||
|
whitelisted
|
||||||
|
BST
|
||||||
|
autocmd
|
||||||
|
init
|
||||||
|
miniconda
|
||||||
|
tsinghua
|
||||||
|
pylsp
|
||||||
|
mypy
|
||||||
|
isort
|
||||||
|
ustc
|
||||||
|
PyTorch
|
||||||
|
maxcdn
|
||||||
|
torchvision
|
||||||
|
FFmpeg
|
||||||
|
pyav
|
||||||
|
wezterm
|
||||||
|
frac
|
||||||
|
argmax
|
||||||
|
NeruIPS
|
||||||
|
InfoNCE
|
||||||
|
LSTM
|
||||||
|
linkedin
|
||||||
|
hotmail
|
||||||
|
datetime
|
||||||
|
csv
|
||||||
|
iterable
|
||||||
|
dataframe
|
||||||
|
CRNN
|
||||||
|
ICPR
|
||||||
|
matplotlib
|
||||||
|
scikit
|
||||||
|
NumPy
|
||||||
|
cudnn
|
||||||
|
SGD
|
||||||
|
ImageNet
|
||||||
|
ReLU
|
||||||
|
CIFAR
|
||||||
|
ResNet
|
||||||
|
XGBoost
|
||||||
|
Shenzhen
|
||||||
|
Tanh
|
||||||
|
Kaggle
|
||||||
|
minist
|
||||||
|
src
|
||||||
|
RGBA
|
||||||
|
yapf
|
||||||
|
Vimming
|
||||||
|
overfitting
|
||||||
|
PCA
|
||||||
|
SVM
|
||||||
|
KNN
|
||||||
|
leetcode
|
||||||
|
Logitech
|
||||||
|
WTF
|
||||||
|
tensorboard
|
||||||
|
Nvidia
|
||||||
|
GPG
|
||||||
|
manpage
|
||||||
|
metatable
|
||||||
|
open3d
|
||||||
|
pyntcloud
|
||||||
|
param
|
||||||
|
|||||||
Reference in New Issue
Block a user