Compare commits
56 Commits
1b14b96085
...
0f5bf1cd91
Author | SHA1 | Date | |
---|---|---|---|
0f5bf1cd91 | |||
462351459e | |||
e025594116 | |||
8daf1c4cfa | |||
ff6096ed5f | |||
799779c907 | |||
c3c3605729 | |||
8d427316bd | |||
636e93073d | |||
88835dd9fe | |||
17da707ca0 | |||
f2399d44f9 | |||
f0877c34bb | |||
d7e875db77 | |||
842fe90cda | |||
28a3a6f8d6 | |||
36ea942044 | |||
8ab1376bf9 | |||
41fd5b1f71 | |||
c232b7b043 | |||
00807fc9e7 | |||
fd46cc290a | |||
2a2859412f | |||
4fc22b9cfc | |||
ddb821e8aa | |||
337c896778 | |||
075456cc82 | |||
db2699158b | |||
6b8d7b79e3 | |||
0b94b839d9 | |||
8629364fd9 | |||
60bdae3cc1 | |||
ee45046c60 | |||
7c764d6def | |||
9d7d8ebd4a | |||
2c2f0f3895 | |||
22ea13668b | |||
d9d6a78e8d | |||
064b86962e | |||
5919dd1519 | |||
401d1effd3 | |||
3022dfe4af | |||
fa9018d3b5 | |||
9e351f31d0 | |||
e4e856ad03 | |||
982881051e | |||
364fbb45d8 | |||
ffbaf70b24 | |||
c944251d9e | |||
04d7177344 | |||
979020634f | |||
beffd4a489 | |||
25912afb80 | |||
7b80f4ec08 | |||
af79d1d3b3 | |||
b367346ad8 |
@ -4,6 +4,8 @@ brews = [
|
||||
'git',
|
||||
'zsh',
|
||||
'vim',
|
||||
'neovim',
|
||||
'neovide',
|
||||
'lsix',
|
||||
'eza',
|
||||
'grc',
|
||||
@ -42,7 +44,10 @@ pacman = [
|
||||
'grc',
|
||||
'zellij',
|
||||
'ranger',
|
||||
'vim',
|
||||
'gvim',
|
||||
'neovim',
|
||||
'neovide',
|
||||
'python',
|
||||
'go',
|
||||
'nodejs',
|
||||
|
@ -2,6 +2,8 @@ Readme.md
|
||||
.readme/
|
||||
chezmoi.code-workspace
|
||||
|
||||
dconf.ini
|
||||
|
||||
{{ if ne .chezmoi.os "darwin" }}
|
||||
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh.tmpl
|
||||
.config/iterm2/com.googlecode.iterm2.plist
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
zsh -i -c 'zinit update'
|
||||
vim +PlugInstall +qall
|
||||
nvim --headless "+Lazy! update" +qa
|
||||
|
||||
{{ if and (eq .chezmoi.os "linux") (stat (print .chezmoi.homeDir "/.winscp")) }}
|
||||
{{ if or (eq .chezmoi.osRelease.id "manjaro") (eq .chezmoi.osRelease.id "arch") }}
|
||||
|
6
.chezmoiscripts/run_onchange_linux-dconf-load.sh.tmpl
Normal file
6
.chezmoiscripts/run_onchange_linux-dconf-load.sh.tmpl
Normal file
@ -0,0 +1,6 @@
|
||||
{{ if eq .chezmoi.os "linux" -}}
|
||||
#!/bin/bash
|
||||
|
||||
# dconf.ini hash: {{ include "dconf.ini" | sha256sum }}
|
||||
dconf load / < {{ joinPath .chezmoi.sourceDir "dconf.ini" | quote }}
|
||||
{{ end -}}
|
41
.editorconfig
Normal file
41
.editorconfig
Normal file
@ -0,0 +1,41 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
|
||||
# 排除特定檔案類型的規則
|
||||
[*.code-workspace]
|
||||
# 不套用任何規則,覆蓋全域設定
|
||||
indent_size = unset
|
||||
indent_style = unset
|
||||
charset = unset
|
||||
end_of_line = unset
|
||||
insert_final_newline = unset
|
||||
trim_trailing_whitespace = unset
|
||||
|
||||
[*.ps1]
|
||||
charset = utf-8
|
||||
end_of_line = crlf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
|
||||
[*.sh]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[{*.yaml,*.yml}]
|
||||
indent_size = 2
|
||||
indent_style = space
|
5
.editorconfig-checker.json
Normal file
5
.editorconfig-checker.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"Exclude": [
|
||||
"^completions/"
|
||||
]
|
||||
}
|
19
Readme.md
19
Readme.md
@ -203,6 +203,25 @@ chezmoi chattr +template ~/.config/iterm2/com.googlecode.iterm2.plist
|
||||
chezmoi apply
|
||||
```
|
||||
|
||||
### 開啟watchman Live Apply
|
||||
```
|
||||
CHEZMOI_SOURCE_PATH="$(chezmoi source-path)"
|
||||
watchman watch "${CHEZMOI_SOURCE_PATH}"
|
||||
|
||||
watchman -j <<EOT
|
||||
["trigger", "${CHEZMOI_SOURCE_PATH}", {
|
||||
"name": "chezmoi-apply",
|
||||
"command": ["chezmoi", "apply", "--force"]
|
||||
}]
|
||||
EOT
|
||||
```
|
||||
|
||||
To shutdown the Watchman server, run:
|
||||
|
||||
```
|
||||
watchman shutdown-server
|
||||
|
||||
```
|
||||
|
||||
相關工具參考連結
|
||||
--------------------------------------------------------------------------------
|
||||
|
@ -17,5 +17,20 @@
|
||||
"path": "../../../.config/chezmoi-private"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
"settings": {
|
||||
"terminal.integrated.profiles.linux": {
|
||||
"chezmoi": {
|
||||
"path": "chezmoi",
|
||||
"args": ["cd"]
|
||||
},
|
||||
"chezmoi-private": {
|
||||
"path": "chezmoi",
|
||||
"args": [
|
||||
"--source",
|
||||
"~/.local/share/chezmoi-private",
|
||||
"cd"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
9
dconf.ini
Normal file
9
dconf.ini
Normal file
@ -0,0 +1,9 @@
|
||||
[legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9]
|
||||
background-color='rgb(46,52,64)'
|
||||
cursor-blink-mode='on'
|
||||
font='MesloLGS NF 10'
|
||||
foreground-color='rgb(216,222,233)'
|
||||
palette=['rgb(86,98,120)', 'rgb(191,97,106)', 'rgb(163,190,140)', 'rgb(235,203,139)', 'rgb(129,161,193)', 'rgb(180,142,173)', 'rgb(136,192,208)', 'rgb(216,222,233)', 'rgb(86,98,120)', 'rgb(191,97,106)', 'rgb(163,190,140)', 'rgb(235,203,139)', 'rgb(129,161,193)', 'rgb(180,142,173)', 'rgb(136,192,208)', 'rgb(216,222,233)']
|
||||
scrollback-unlimited=true
|
||||
use-system-font=false
|
||||
use-theme-colors=false
|
81
dot_config/exact_nvim/Readme.md
Normal file
81
dot_config/exact_nvim/Readme.md
Normal file
@ -0,0 +1,81 @@
|
||||
Yuan Neovim 備忘
|
||||
===
|
||||
## 依賴的套件
|
||||
* tree-sitter
|
||||
* tree-sitter-bash
|
||||
* tree-sitter-cli
|
||||
* imagemagick
|
||||
* ueberzugpp
|
||||
|
||||
## 基本快速鍵
|
||||
|
||||
### 重要鍵
|
||||
* leader key: `\`
|
||||
* window key: `ctrl+w`
|
||||
* move cursor: <window>(方向鍵)
|
||||
|
||||
### 擴充自行設定的快速鍵
|
||||
* `<F9>`: NeoTree
|
||||
* `<F10>`: git status
|
||||
* `<leader>fT`: 浮動NeoTree
|
||||
* `<leader>fB`: 已開啟的檔案
|
||||
|
||||
#### 預計設定
|
||||
* <F8> 看看你設定了哪些變數、函數,也可以快速跳轉
|
||||
* <F6> 可以回朔到開啟檔案以來的任何歷史,還會標出修改的地方
|
||||
|
||||
### 編輯習慣(已經覆寫)
|
||||
* shift+方向鍵(傳統): 選取文字(傳統習慣)
|
||||
* PS. 不能用jk是因為 shift+j shift+k有被其他功能綁定,不覆寫是想順便習慣vim用法
|
||||
* alt+方向鍵(傳統/jk):移動整行
|
||||
* ctrl+alt+shaft+方向鍵(傳統/jk):向上/向下複製整行
|
||||
* tab縮排(含輸入模式的shift+tab傳統習慣對應)
|
||||
|
||||
#### 剪貼簿
|
||||
* 輸入模式
|
||||
* ctrl+v: 貼上
|
||||
* 選取模式
|
||||
* ctrl+x: 剪下
|
||||
* ctrl+c: 複製
|
||||
* ctrl+v: 取代貼上
|
||||
|
||||
## 基本Command
|
||||
|
||||
* :Neotree float git_status git_base=main
|
||||
* :verbose map <C-,>
|
||||
* echo getchar()
|
||||
|
||||
## 資料夾結構
|
||||
|
||||
```
|
||||
dot_config/nvim
|
||||
├── init.vim #主要設定進入點 傳統vim設定檔 (傳統語法兼容用)
|
||||
├── lua
|
||||
│ ├── init.lua #主要設定進入點 新式給nvim專用設定
|
||||
│ ├── config
|
||||
│ │ ├── gui.lua
|
||||
│ │ ├── lazy.lua
|
||||
│ │ └── options.lua
|
||||
│ └── plugins
|
||||
│ └── example.lua #LazyNvim給的範例,已經被第一段截斷掉,所以此腳本將不會執行
|
||||
└── Readme.md
|
||||
```
|
||||
|
||||
## 代找外掛
|
||||
* Align
|
||||
*
|
||||
|
||||
## neo-tree
|
||||
|
||||
```
|
||||
{ "<F9>", "<cmd>Neotree toggle<cr>", desc = "NeoTree" },
|
||||
{ "<leader>e", "<Cmd>Neotree reveal<CR>" },
|
||||
{ "<leader>ft", "<cmd>Neotree toggle<cr>", desc = "NeoTree" },
|
||||
{ "<leader>fT", "<cmd>Neotree float<cr>", desc = "NeoTree Float" },
|
||||
{ "<leader>fF", "<cmd>Neotree filesystem float<cr>", desc = "NeoTree Filesystem Float" },
|
||||
{ "<leader>fG", "<cmd>Neotree git_status float<cr>", desc = "NeoTree Git Status Float" },
|
||||
{ "<leader>fB", "<cmd>Neotree buffers float<cr>", desc = "NeoTree Buffers Float" }
|
||||
```
|
||||
|
||||
在當前NeoTree視窗
|
||||
* `P`: 預覽開關
|
2
dot_config/exact_nvim/exact_lua/exact_config/gui.lua
Normal file
2
dot_config/exact_nvim/exact_lua/exact_config/gui.lua
Normal file
@ -0,0 +1,2 @@
|
||||
vim.o.guifont = "MesloLGS NF:h10"
|
||||
vim.g.neovide_input_ime = true
|
71
dot_config/exact_nvim/exact_lua/exact_config/keymaps.lua
Normal file
71
dot_config/exact_nvim/exact_lua/exact_config/keymaps.lua
Normal file
@ -0,0 +1,71 @@
|
||||
-- 這個檔案是依據自己之前在vscode的編輯習慣,用來設定editor的鍵盤快捷鍵
|
||||
|
||||
-- 處理剪貼簿習慣對應(在Insert模式可使用慣用的快速鍵)
|
||||
vim.opt.keymodel = "startsel" -- 啟用 Shift + 方向鍵選取功能
|
||||
vim.api.nvim_set_keymap('i', '<C-v>', '<Esc>"+pa', { noremap = true, silent = true }) -- Insert Mode 下的 Ctrl+V 貼上
|
||||
vim.api.nvim_set_keymap('v', '<C-c>', '"+y', { noremap = true, silent = true }) -- Visual Mode 下的 Ctrl+C 複製
|
||||
vim.api.nvim_set_keymap('v', '<C-x>', '"+d', { noremap = true, silent = true }) -- Visual Mode 下的 Ctrl+X 剪下
|
||||
vim.api.nvim_set_keymap('v', '<C-v>', '"+p', { noremap = true, silent = true }) -- Visual Mode 下的 Ctrl+V 貼上
|
||||
|
||||
-- 整行移動的快速鍵
|
||||
vim.api.nvim_set_keymap('n', '<A-j>', ':m .+1<CR>==', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('n', '<A-k>', ':m .-2<CR>==', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('i', '<A-j>', '<Esc>:m .+1<CR>==gi', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('i', '<A-k>', '<Esc>:m .-2<CR>==gi', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('v', '<A-j>', ":m '>+1<CR>gv=gv", { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('v', '<A-k>', ":m '<-2<CR>gv=gv", { noremap = true, silent = true })
|
||||
-- 使用 Alt+方向鍵 移動整行
|
||||
vim.api.nvim_set_keymap('n', '<A-Down>', ':m .+1<CR>==', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('n', '<A-Up>', ':m .-2<CR>==', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('i', '<A-Down>', '<Esc>:m .+1<CR>==gi', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('i', '<A-Up>', '<Esc>:m .-2<CR>==gi', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('v', '<A-Down>', ":m '>+1<CR>gv=gv", { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('v', '<A-Up>', ":m '<-2<CR>gv=gv", { noremap = true, silent = true })
|
||||
-- Ctrl+Alt+Shift+j/k 複製整行並向下/向上貼上
|
||||
vim.api.nvim_set_keymap('n', '<C-A-S-j>', 'yyp', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('n', '<C-A-S-k>', 'yyP', { noremap = true, silent = true })
|
||||
-- Ctrl+Alt+Shift+方向鍵 複製整行並向下/向上貼上
|
||||
vim.api.nvim_set_keymap('n', '<C-A-S-Down>', 'yyp', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('n', '<C-A-S-Up>', 'yyP', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('i', '<C-A-S-Down>', '<Esc>yypgi', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('i', '<C-A-S-Up>', '<Esc>yyPgi', { noremap = true, silent = true })
|
||||
|
||||
-- -- 處理不同終端的行為
|
||||
-- -- 在 Insert Mode 下的 Ctrl+Enter 在下一行插入新行並保持 Insert 模式
|
||||
-- local term = vim.fn.getenv("TERM")
|
||||
-- local term_program = vim.fn.getenv("TERM_PROGRAM")
|
||||
-- if term_program == "iTerm.app" then
|
||||
-- -- iTerm 的快捷鍵設置
|
||||
-- vim.api.nvim_set_keymap('i', '<C-CR>', '<Esc>o', { noremap = true, silent = true })
|
||||
-- vim.api.nvim_set_keymap('i', '<C-S-CR>', '<Esc>O', { noremap = true, silent = true })
|
||||
-- elseif term == "alacritty" then
|
||||
-- -- Alacritty 的快捷鍵設置
|
||||
-- vim.api.nvim_set_keymap('i', '<C-CR>', '<Esc>o', { noremap = true, silent = true })
|
||||
-- vim.api.nvim_set_keymap('i', '<C-S-CR>', '<Esc>O', { noremap = true, silent = true })
|
||||
-- elseif term == "xterm-256color" then
|
||||
-- -- xterm-256color 的快捷鍵設置
|
||||
-- vim.api.nvim_set_keymap('i', '<A-CR>', '<Esc>o', { noremap = true, silent = true })
|
||||
-- vim.api.nvim_set_keymap('i', '<A-S-CR>', '<Esc>O', { noremap = true, silent = true })
|
||||
-- end
|
||||
|
||||
-- 使用Ctrl(Alt)+Enter 在下一行插入新行並保持 Insert 模式
|
||||
-- 檢查 $TERM 或 $TERM_PROGRAM 的值
|
||||
-- Alacritty, GUI(Neovide, Goneovim) 皆可
|
||||
-- xterm-256color採用程式: Konsole, iTerm2, gnome-terminal 會有按鍵吃不到的問題,詳下述註解:
|
||||
-- 使用Ctrl+Enter 在下一行插入新行並保持 Insert 模式(xterm-256color 吃不到)
|
||||
vim.api.nvim_set_keymap('i', '<C-CR>', '<Esc>o', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('i', '<C-S-CR>', '<Esc>O', { noremap = true, silent = true })
|
||||
-- 使用Alt+Enter 在下一行插入新行並保持 Insert 模式
|
||||
vim.api.nvim_set_keymap('i', '<A-CR>', '<Esc>o', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('i', '<A-S-CR>', '<Esc>O', { noremap = true, silent = true }) -- xterm-256color 吃不到shift
|
||||
|
||||
-- 啟用 Tab 縮排
|
||||
vim.api.nvim_set_keymap('n', '<TAB>', 'v>', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('n', '<S-TAB>', 'v<', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('v', '<TAB>', '>gv', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('v', '<S-TAB>', '<gv', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('i', '<S-TAB>', '<C-d>', { noremap = true, silent = true }) -- Insert Mode 下的 Shift+Tab 退縮排
|
||||
|
||||
-- 透過 v 選取整行縮排後,不取消選取整行
|
||||
vim.api.nvim_set_keymap('v', '<', '<gv', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('v', '>', '>gv', { noremap = true, silent = true })
|
@ -0,0 +1,34 @@
|
||||
-- 這個檔案是用來設定 Neovim 的鍵盤快捷鍵
|
||||
local map = vim.keymap.set
|
||||
-- konsole終端限制:
|
||||
-- Esc 會送成 Ctrl+[
|
||||
-- Ctrl+Enter 鍵會被視為 Ctrl+M (對策: 多增加相同功能的Ctrl+Alt+Enter)
|
||||
-- <A-S-CR>
|
||||
|
||||
|
||||
-- Tab切換
|
||||
-- 現在由barbar控制,先停用
|
||||
-- vim.api.nvim_set_keymap('n', '<A-l>', '<cmd>tabnext<CR>', { noremap = true, silent = true })
|
||||
-- vim.api.nvim_set_keymap('n', '<A-h>', '<cmd>tabprevious<CR>', { noremap = true, silent = true })
|
||||
-- vim.api.nvim_set_keymap('n', '<A-RIGHT>', '<cmd>tabnext<CR>', { noremap = true, silent = true })
|
||||
-- vim.api.nvim_set_keymap('n', '<A-LEFT>', '<cmd>tabprevious<CR>', { noremap = true, silent = true })
|
||||
|
||||
-- Move to window using the <ctrl> hjkl keys
|
||||
map("n", "<C-h>", "<C-w>h", { desc = "Go to Left Window", remap = true })
|
||||
map("n", "<C-j>", "<C-w>j", { desc = "Go to Lower Window", remap = true })
|
||||
map("n", "<C-k>", "<C-w>k", { desc = "Go to Upper Window", remap = true })
|
||||
map("n", "<C-l>", "<C-w>l", { desc = "Go to Right Window", remap = true })
|
||||
map("n", "<C-Left>", "<C-w>h", { desc = "Go to Left Window", remap = true })
|
||||
map("n", "<C-Down>", "<C-w>j", { desc = "Go to Lower Window", remap = true })
|
||||
map("n", "<C-Up>", "<C-w>k", { desc = "Go to Upper Window", remap = true })
|
||||
map("n", "<C-Right>", "<C-w>l", { desc = "Go to Right Window", remap = true })
|
||||
|
||||
-- Clear search, diff update and redraw
|
||||
-- taken from runtime/lua/_editor.lua
|
||||
-- 原始vim會佔用 <C-l> 快速鍵,導致上述跳窗鍵盤無法靈活此用,故將此按鍵改為 <leader>ur
|
||||
map(
|
||||
"n",
|
||||
"<leader>ur",
|
||||
"<Cmd>nohlsearch<Bar>diffupdate<Bar>normal! <C-L><CR>",
|
||||
{ desc = "Redraw / Clear hlsearch / Diff Update" }
|
||||
)
|
74
dot_config/exact_nvim/exact_lua/exact_config/lazy.lua
Normal file
74
dot_config/exact_nvim/exact_lua/exact_config/lazy.lua
Normal file
@ -0,0 +1,74 @@
|
||||
-- Bootstrap lazy.nvim
|
||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||
if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
||||
local lazyrepo = "https://github.com/folke/lazy.nvim.git"
|
||||
local out = vim.fn.system({ "git", "clone", "--filter=blob:none", "--branch=stable", lazyrepo, lazypath })
|
||||
if vim.v.shell_error ~= 0 then
|
||||
vim.api.nvim_echo({
|
||||
{ "Failed to clone lazy.nvim:\n", "ErrorMsg" },
|
||||
{ out, "WarningMsg" },
|
||||
{ "\nPress any key to exit..." },
|
||||
}, true, {})
|
||||
vim.fn.getchar()
|
||||
os.exit(1)
|
||||
end
|
||||
end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
-- Make sure to setup `mapleader` and `maplocalleader` before
|
||||
-- loading lazy.nvim so that mappings are correct.
|
||||
-- This is also a good place to setup other settings (vim.opt)
|
||||
-- vim.g.mapleader = " "
|
||||
-- vim.g.maplocalleader = "\\"
|
||||
|
||||
-- Setup lazy.nvim
|
||||
require("lazy").setup({
|
||||
rocks = {
|
||||
hererocks = true, -- recommended if you do not have global installation of Lua 5.1.
|
||||
},
|
||||
spec = {
|
||||
-- 先關閉此功能(目前在neo-tree無法work,而且會造成neovide出問題)
|
||||
-- {
|
||||
-- "3rd/image.nvim",
|
||||
-- opts = {},
|
||||
-- config = function()
|
||||
-- require("image").setup({
|
||||
-- backend = "ueberzug", -- or "ueberzug"
|
||||
-- processor = "magick_rock", -- or "magick_rock"
|
||||
-- })
|
||||
-- end,
|
||||
-- },
|
||||
-- 自動載入 plugins 資料夾中的所有插件
|
||||
{ import = "plugins" },
|
||||
{ import = "plugins.colorscheme.nightfox" }, -- 自訂配色
|
||||
-- { import = "plugins.colorscheme.github-theme" }, -- 自訂配色
|
||||
-- { import = "plugins.colorscheme.onedark" }, -- 自訂配色
|
||||
{ import = "plugins.tab.barbar" }, -- 目前只有barbar處理Buffer是最好的
|
||||
|
||||
-- 手動引入 o-plugins 資料夾中的插件
|
||||
-- require("o-plugins.nvim-listchars"),
|
||||
},
|
||||
-- Configure any other settings here. See the documentation for more details.
|
||||
-- colorscheme that will be used when installing plugins.
|
||||
install = { colorscheme = { "habamax" } },
|
||||
-- automatically check for plugin updates
|
||||
checker = {
|
||||
enabled = true,
|
||||
notify = false, -- notify on update
|
||||
}, -- automatically check for plugin updates
|
||||
performance = {
|
||||
rtp = {
|
||||
-- disable some rtp plugins
|
||||
disabled_plugins = {
|
||||
-- "gzip",
|
||||
-- "matchit",
|
||||
-- "matchparen",
|
||||
-- "netrwPlugin",
|
||||
-- "tarPlugin",
|
||||
-- "tohtml",
|
||||
-- "tutor",
|
||||
-- "zipPlugin",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
14
dot_config/exact_nvim/exact_lua/exact_config/listchars.lua
Normal file
14
dot_config/exact_nvim/exact_lua/exact_config/listchars.lua
Normal file
@ -0,0 +1,14 @@
|
||||
-- vim.opt.listchars = {
|
||||
-- eol = "¬",
|
||||
-- tab = "→→",
|
||||
-- trail = ".",
|
||||
-- extends = ">",
|
||||
-- precedes = "<"
|
||||
-- }
|
||||
|
||||
vim.opt.listchars = {
|
||||
trail = "-",
|
||||
eol = "↲",
|
||||
tab = "» ",
|
||||
space = "·",
|
||||
}
|
24
dot_config/exact_nvim/exact_lua/exact_config/options.lua
Normal file
24
dot_config/exact_nvim/exact_lua/exact_config/options.lua
Normal file
@ -0,0 +1,24 @@
|
||||
-- 編輯器行為設定
|
||||
vim.api.nvim_set_option("clipboard", "unnamedplus") -- 使用系統剪貼簿(Wayland有直接支援,不須依賴vim-wayland-clipboard)
|
||||
vim.opt.confirm = true -- 操作過程有衝突時,以明確的文字來詢問
|
||||
vim.opt.history = 10000 -- 設定命令歷史記錄數量為 10000
|
||||
-- vim.opt.directory = "." -- 將暫存檔存放在當前資料夾中
|
||||
-- require("config.swap") -- 將暫存檔存放置位置另外做邏輯
|
||||
vim.opt.mouse = "a" -- 啟用滑鼠支援
|
||||
|
||||
-- 編碼設定
|
||||
vim.opt.encoding = "utf-8"
|
||||
vim.opt.fileencodings = { "utf-8", "cp950" }
|
||||
vim.opt.enc = "utf-8"
|
||||
|
||||
-- 設定編輯選項
|
||||
vim.opt.number = true -- 顯示行號
|
||||
vim.opt.relativenumber = false -- 相對行號
|
||||
vim.opt.tabstop = 4 -- tab鍵寬度
|
||||
vim.opt.shiftwidth = 4 -- 自動縮排寬度
|
||||
vim.opt.expandtab = true -- 使用空格代替tab
|
||||
vim.opt.termguicolors = true -- 支持真彩色
|
||||
vim.opt.colorcolumn = "80,120" -- 顯示編輯器建議寬度
|
||||
vim.opt.scrolloff = 3 -- 捲動時保留 n 行彈性
|
||||
require("config.listchars") -- 顯示行尾符號
|
||||
vim.opt.list = true
|
32
dot_config/exact_nvim/exact_lua/exact_config/swap.lua
Normal file
32
dot_config/exact_nvim/exact_lua/exact_config/swap.lua
Normal file
@ -0,0 +1,32 @@
|
||||
-- ### **邏輯說明**
|
||||
-- 1. **測試檔案建立**:
|
||||
-- - 嘗試在當前資料夾中建立一個測試檔案(`.nvim_swap_test`)。
|
||||
-- - 如果成功,則將 `directory` 設定為 `.`(當前資料夾)。
|
||||
-- - 如果失敗(例如因為權限問題),則回退到 Neovim 的預設暫存檔位置。
|
||||
|
||||
-- 2. **回退位置**:
|
||||
-- - 使用 `vim.fn.stdpath("data")`,這是 Neovim 的資料目錄(通常是 `~/.local/share/nvim/swap/`)。
|
||||
-- - 確保回退位置存在,並且不會影響正常使用。
|
||||
|
||||
-- 3. **通知使用者**:
|
||||
-- - 如果回退到預設位置,會透過 `vim.notify` 提醒使用者。
|
||||
|
||||
-- 嘗試將暫存檔存放在當前資料夾中
|
||||
local function set_swap_directory()
|
||||
local current_dir = "."
|
||||
local test_file = current_dir .. "/.nvim_swap_test"
|
||||
|
||||
-- 嘗試建立測試檔案
|
||||
local file, err = io.open(test_file, "w")
|
||||
if file then
|
||||
file:close()
|
||||
os.remove(test_file) -- 刪除測試檔案
|
||||
vim.opt.directory = current_dir -- 成功,將暫存檔存放在當前資料夾
|
||||
else
|
||||
-- 無法建立測試檔案,回退到 Neovim 預設位置
|
||||
vim.opt.directory = vim.fn.stdpath("data") .. "/swap//"
|
||||
vim.notify("無法在當前資料夾建立暫存檔,改用預設位置: " .. vim.opt.directory:get(), vim.log.levels.WARN)
|
||||
end
|
||||
end
|
||||
|
||||
set_swap_directory()
|
17
dot_config/exact_nvim/exact_lua/exact_config/terminal.lua
Normal file
17
dot_config/exact_nvim/exact_lua/exact_config/terminal.lua
Normal file
@ -0,0 +1,17 @@
|
||||
-- 設置終端顏色
|
||||
vim.g.terminal_color_0 = "#3b4252" -- 黑色
|
||||
vim.g.terminal_color_1 = "#bf616a" -- 紅色
|
||||
vim.g.terminal_color_2 = "#a3be8c" -- 綠色
|
||||
vim.g.terminal_color_3 = "#ebcb8b" -- 黃色
|
||||
vim.g.terminal_color_4 = "#81a1c1" -- 藍色
|
||||
vim.g.terminal_color_5 = "#b48ead" -- 紫色
|
||||
vim.g.terminal_color_6 = "#88c0d0" -- 青色
|
||||
vim.g.terminal_color_7 = "#d8dee9" -- 白色
|
||||
vim.g.terminal_color_8 = "#3b4252" -- 亮黑色(灰色)
|
||||
vim.g.terminal_color_9 = "#bf616a" -- 亮紅色
|
||||
vim.g.terminal_color_10 = "#a3be8c" -- 亮綠色
|
||||
vim.g.terminal_color_11 = "#ebcb8b" -- 亮黃色
|
||||
vim.g.terminal_color_12 = "#81a1c1" -- 亮藍色
|
||||
vim.g.terminal_color_13 = "#b48ead" -- 亮紫色
|
||||
vim.g.terminal_color_14 = "#88c0d0" -- 亮青色
|
||||
vim.g.terminal_color_15 = "#d8dee9" -- 亮白色
|
@ -0,0 +1,20 @@
|
||||
return {
|
||||
{
|
||||
"fraso-dev/nvim-listchars",
|
||||
opts = true,
|
||||
event = "BufEnter",
|
||||
config = function()
|
||||
require("nvim-listchars").setup({
|
||||
save_state = true, -- If enabled, save toggled state in a cache file. Will overwrite current `vim.opt.list` value.
|
||||
listchars = { -- `listchars` to be displayed. See available options by running `:help listchars`
|
||||
tab = "> ",
|
||||
trail = "-",
|
||||
nbsp = "+",
|
||||
},
|
||||
notifications = true, -- Enable or disable listchars notifications
|
||||
exclude_filetypes = {}, -- List of filetypes where `listchars` is disabled
|
||||
lighten_step = 5, -- Amount to add/remove from base color
|
||||
})
|
||||
end,
|
||||
}
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
return {
|
||||
'projekt0n/github-nvim-theme',
|
||||
name = 'github-theme',
|
||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
config = function()
|
||||
require('github-theme').setup({
|
||||
-- ...
|
||||
})
|
||||
|
||||
vim.cmd('colorscheme github_dark')
|
||||
end,
|
||||
}
|
@ -0,0 +1,32 @@
|
||||
-- if true then return {} end
|
||||
return {
|
||||
{
|
||||
"EdenEast/nightfox.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
-- 自訂配色
|
||||
local palettes = {
|
||||
nordfox = {
|
||||
-- A specific style's value will be used over the `all`'s value
|
||||
bg1 = "#2f3440", -- 故意改背景顏色為別的極相似色(因為當背景顏色和終端機背景顏色完全一致時,會觸發終端機透明的設定)
|
||||
},
|
||||
}
|
||||
|
||||
require("nightfox").setup({
|
||||
options = {
|
||||
transparent = false, -- Disable setting background
|
||||
terminal_colors = true, -- Set terminal colors (vim.g.terminal_color_*) used in `:terminal`
|
||||
styles = {
|
||||
comments = "italic",
|
||||
keywords = "bold",
|
||||
types = "italic,bold",
|
||||
},
|
||||
},
|
||||
palettes = palettes
|
||||
})
|
||||
|
||||
vim.cmd("colorscheme nordfox")
|
||||
end,
|
||||
},
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
-- Using Lazy
|
||||
return {
|
||||
"navarasu/onedark.nvim",
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
config = function()
|
||||
require('onedark').setup {
|
||||
style = 'dark'
|
||||
-- style = 'darker'
|
||||
-- style = 'cool'
|
||||
}
|
||||
-- Enable theme
|
||||
require('onedark').load()
|
||||
end
|
||||
}
|
197
dot_config/exact_nvim/exact_lua/exact_plugins/example.lua
Normal file
197
dot_config/exact_nvim/exact_lua/exact_plugins/example.lua
Normal file
@ -0,0 +1,197 @@
|
||||
-- since this is just an example spec, don't actually load anything here and return an empty spec
|
||||
-- stylua: ignore
|
||||
if true then return {} end
|
||||
|
||||
-- every spec file under the "plugins" directory will be loaded automatically by lazy.nvim
|
||||
--
|
||||
-- In your plugin files, you can:
|
||||
-- * add extra plugins
|
||||
-- * disable/enabled LazyVim plugins
|
||||
-- * override the configuration of LazyVim plugins
|
||||
return {
|
||||
-- add gruvbox
|
||||
{ "ellisonleao/gruvbox.nvim" },
|
||||
|
||||
-- Configure LazyVim to load gruvbox
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "gruvbox",
|
||||
},
|
||||
},
|
||||
|
||||
-- change trouble config
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
-- opts will be merged with the parent spec
|
||||
opts = { use_diagnostic_signs = true },
|
||||
},
|
||||
|
||||
-- disable trouble
|
||||
{ "folke/trouble.nvim", enabled = false },
|
||||
|
||||
-- override nvim-cmp and add cmp-emoji
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = { "hrsh7th/cmp-emoji" },
|
||||
---@param opts cmp.ConfigSchema
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sources, { name = "emoji" })
|
||||
end,
|
||||
},
|
||||
|
||||
-- change some telescope options and a keymap to browse plugin files
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
keys = {
|
||||
-- add a keymap to browse plugin files
|
||||
-- stylua: ignore
|
||||
{
|
||||
"<leader>fp",
|
||||
function() require("telescope.builtin").find_files({ cwd = require("lazy.core.config").options.root }) end,
|
||||
desc = "Find Plugin File",
|
||||
},
|
||||
},
|
||||
-- change some options
|
||||
opts = {
|
||||
defaults = {
|
||||
layout_strategy = "horizontal",
|
||||
layout_config = { prompt_position = "top" },
|
||||
sorting_strategy = "ascending",
|
||||
winblend = 0,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- add pyright to lspconfig
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
---@class PluginLspOpts
|
||||
opts = {
|
||||
---@type lspconfig.options
|
||||
servers = {
|
||||
-- pyright will be automatically installed with mason and loaded with lspconfig
|
||||
pyright = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- add tsserver and setup with typescript.nvim instead of lspconfig
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
dependencies = {
|
||||
"jose-elias-alvarez/typescript.nvim",
|
||||
init = function()
|
||||
require("lazyvim.util").lsp.on_attach(function(_, buffer)
|
||||
-- stylua: ignore
|
||||
vim.keymap.set( "n", "<leader>co", "TypescriptOrganizeImports", { buffer = buffer, desc = "Organize Imports" })
|
||||
vim.keymap.set("n", "<leader>cR", "TypescriptRenameFile", { desc = "Rename File", buffer = buffer })
|
||||
end)
|
||||
end,
|
||||
},
|
||||
---@class PluginLspOpts
|
||||
opts = {
|
||||
---@type lspconfig.options
|
||||
servers = {
|
||||
-- tsserver will be automatically installed with mason and loaded with lspconfig
|
||||
tsserver = {},
|
||||
},
|
||||
-- you can do any additional lsp server setup here
|
||||
-- return true if you don't want this server to be setup with lspconfig
|
||||
---@type table<string, fun(server:string, opts:_.lspconfig.options):boolean?>
|
||||
setup = {
|
||||
-- example to setup with typescript.nvim
|
||||
tsserver = function(_, opts)
|
||||
require("typescript").setup({ server = opts })
|
||||
return true
|
||||
end,
|
||||
-- Specify * to use this function as a fallback for any server
|
||||
-- ["*"] = function(server, opts) end,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- for typescript, LazyVim also includes extra specs to properly setup lspconfig,
|
||||
-- treesitter, mason and typescript.nvim. So instead of the above, you can use:
|
||||
{ import = "lazyvim.plugins.extras.lang.typescript" },
|
||||
|
||||
-- add more treesitter parsers
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"html",
|
||||
"javascript",
|
||||
"json",
|
||||
"lua",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"python",
|
||||
"query",
|
||||
"regex",
|
||||
"tsx",
|
||||
"typescript",
|
||||
"vim",
|
||||
"yaml",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- since `vim.tbl_deep_extend`, can only merge tables and not lists, the code above
|
||||
-- would overwrite `ensure_installed` with the new value.
|
||||
-- If you'd rather extend the default config, use the code below instead:
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
-- add tsx and treesitter
|
||||
vim.list_extend(opts.ensure_installed, {
|
||||
"tsx",
|
||||
"typescript",
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
-- the opts function can also be used to change the default opts:
|
||||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sections.lualine_x, {
|
||||
function()
|
||||
return "😄"
|
||||
end,
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
-- or you can return new options to override all the defaults
|
||||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = function()
|
||||
return {
|
||||
--[[add your custom lualine config here]]
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
||||
-- use mini.starter instead of alpha
|
||||
{ import = "lazyvim.plugins.extras.ui.mini-starter" },
|
||||
|
||||
-- add jsonls and schemastore packages, and setup treesitter for json, json5 and jsonc
|
||||
{ import = "lazyvim.plugins.extras.lang.json" },
|
||||
|
||||
-- add any tools you want to have installed below
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"stylua",
|
||||
"shellcheck",
|
||||
"shfmt",
|
||||
"flake8",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
55
dot_config/exact_nvim/exact_lua/exact_plugins/lualine.lua
Normal file
55
dot_config/exact_nvim/exact_lua/exact_plugins/lualine.lua
Normal file
@ -0,0 +1,55 @@
|
||||
-- if true then return {} end -- 暫時停用
|
||||
|
||||
return {
|
||||
{
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
event = "VeryLazy",
|
||||
opts = function()
|
||||
return {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'onedark',
|
||||
component_separators = { left = '', right = ''},
|
||||
section_separators = { left = '', right = ''},
|
||||
disabled_filetypes = {
|
||||
statusline = {},
|
||||
winbar = {},
|
||||
},
|
||||
ignore_focus = {},
|
||||
always_divide_middle = true,
|
||||
always_show_tabline = true,
|
||||
globalstatus = false,
|
||||
refresh = {
|
||||
statusline = 100,
|
||||
tabline = 100,
|
||||
winbar = 100,
|
||||
}
|
||||
},
|
||||
sections = {
|
||||
lualine_a = {'mode'},
|
||||
lualine_b = {'branch', 'diff', 'diagnostics'},
|
||||
lualine_c = {'filename'},
|
||||
lualine_x = {'encoding', 'fileformat', 'filetype'},
|
||||
lualine_y = {'progress'},
|
||||
lualine_z = {'location'}
|
||||
},
|
||||
inactive_sections = {
|
||||
lualine_a = {},
|
||||
lualine_b = {},
|
||||
lualine_c = {'filename'},
|
||||
lualine_x = {'location'},
|
||||
lualine_y = {},
|
||||
lualine_z = {}
|
||||
},
|
||||
tabline = {},
|
||||
winbar = {},
|
||||
inactive_winbar = {},
|
||||
extensions = {'neo-tree', 'toggleterm'}
|
||||
}
|
||||
end,
|
||||
-- config = function(_, opts)
|
||||
-- require('lualine').setup(opts)
|
||||
-- end,
|
||||
},
|
||||
}
|
464
dot_config/exact_nvim/exact_lua/exact_plugins/neo-tree.lua
Normal file
464
dot_config/exact_nvim/exact_lua/exact_plugins/neo-tree.lua
Normal file
@ -0,0 +1,464 @@
|
||||
-- if true then return {} end
|
||||
|
||||
return {
|
||||
-- If you want neo-tree's file operations to work with LSP (updating imports, etc.), you can use a plugin like
|
||||
-- https://github.com/antosha417/nvim-lsp-file-operations:
|
||||
-- {
|
||||
-- "antosha417/nvim-lsp-file-operations",
|
||||
-- dependencies = {
|
||||
-- "nvim-lua/plenary.nvim",
|
||||
-- "nvim-neo-tree/neo-tree.nvim",
|
||||
-- },
|
||||
-- config = function()
|
||||
-- require("lsp-file-operations").setup()
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
branch = "v3.x",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
||||
"MunifTanjim/nui.nvim",
|
||||
-- {"3rd/image.nvim",
|
||||
-- build = false,
|
||||
-- opts = {
|
||||
-- processor = "magick_cli",
|
||||
-- },
|
||||
-- config = function()
|
||||
-- require("image").setup({
|
||||
-- backend = "ueberzug",
|
||||
-- })
|
||||
-- end,
|
||||
-- }, -- Optional image support in preview window: See `# Preview Mode` for more information
|
||||
{
|
||||
"s1n7ax/nvim-window-picker", -- for open_with_window_picker keymaps
|
||||
version = "2.*",
|
||||
config = function()
|
||||
require("window-picker").setup({
|
||||
filter_rules = {
|
||||
include_current_win = false,
|
||||
autoselect_one = true,
|
||||
-- filter using buffer options
|
||||
bo = {
|
||||
-- if the file type is one of following, the window will be ignored
|
||||
filetype = { "neo-tree", "neo-tree-popup", "notify" },
|
||||
-- if the buffer type is one of following, the window will be ignored
|
||||
buftype = { "terminal", "quickfix" },
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
{ "<F9>", function()
|
||||
vim.cmd("Neotree toggle")
|
||||
vim.cmd("wincmd p")
|
||||
end,
|
||||
desc = "NeoTree"
|
||||
},
|
||||
{ "<A-b>", function()
|
||||
vim.cmd("Neotree toggle")
|
||||
vim.cmd("wincmd p")
|
||||
end,
|
||||
desc = "NeoTree"
|
||||
},
|
||||
{ "<leader>e", "<Cmd>Neotree reveal<CR>" },
|
||||
{ "<leader>ft", "<cmd>Neotree toggle<cr>", desc = "NeoTree" },
|
||||
{ "<leader>fT", "<cmd>Neotree float<cr>", desc = "NeoTree Float" },
|
||||
{ "<leader>fF", "<cmd>Neotree filesystem float<cr>", desc = "NeoTree Filesystem Float" },
|
||||
{ "<leader>fG", "<cmd>Neotree git_status float<cr>", desc = "NeoTree Git Status Float" },
|
||||
{ "<F10>", "<cmd>Neotree git_status float<cr>", desc = "NeoTree Git Status Float" },
|
||||
{ "<leader>fB", "<cmd>Neotree buffers float<cr>", desc = "NeoTree Buffers Float" },
|
||||
},
|
||||
lazy = false,
|
||||
-----Instead of using `config`, you can use `opts` instead, if you'd like:
|
||||
-----@module "neo-tree"
|
||||
-----@type neotree.Config
|
||||
--opts = {},
|
||||
config = function()
|
||||
-- If you want icons for diagnostic errors, you'll need to define them somewhere.
|
||||
-- In Neovim v0.10+, you can configure them in vim.diagnostic.config(), like:
|
||||
--
|
||||
-- vim.diagnostic.config({
|
||||
-- signs = {
|
||||
-- text = {
|
||||
-- [vim.diagnostic.severity.ERROR] = '',
|
||||
-- [vim.diagnostic.severity.WARN] = '',
|
||||
-- [vim.diagnostic.severity.INFO] = '',
|
||||
-- [vim.diagnostic.severity.HINT] = '',
|
||||
-- },
|
||||
-- }
|
||||
-- })
|
||||
--
|
||||
-- In older versions, you can define the signs manually:
|
||||
-- vim.fn.sign_define("DiagnosticSignError", { text = " ", texthl = "DiagnosticSignError" })
|
||||
-- vim.fn.sign_define("DiagnosticSignWarn", { text = " ", texthl = "DiagnosticSignWarn" })
|
||||
-- vim.fn.sign_define("DiagnosticSignInfo", { text = " ", texthl = "DiagnosticSignInfo" })
|
||||
-- vim.fn.sign_define("DiagnosticSignHint", { text = "", texthl = "DiagnosticSignHint" })
|
||||
|
||||
require("neo-tree").setup({
|
||||
close_if_last_window = true, -- Close Neo-tree if it is the last window left in the tab
|
||||
popup_border_style = "NC", -- or "" to use 'winborder' on Neovim v0.11+
|
||||
enable_git_status = true,
|
||||
enable_diagnostics = true,
|
||||
open_files_do_not_replace_types = { "terminal", "trouble", "qf" }, -- when opening files, do not use windows containing these filetypes or buftypes
|
||||
open_files_using_relative_paths = false,
|
||||
sort_case_insensitive = false, -- used when sorting files and directories in the tree
|
||||
sort_function = nil, -- use a custom function for sorting files and directories in the tree
|
||||
-- sort_function = function (a,b)
|
||||
-- if a.type == b.type then
|
||||
-- return a.path > b.path
|
||||
-- else
|
||||
-- return a.type > b.type
|
||||
-- end
|
||||
-- end , -- this sorts files and directories descendantly
|
||||
default_component_configs = {
|
||||
container = {
|
||||
enable_character_fade = true,
|
||||
},
|
||||
indent = {
|
||||
indent_size = 2,
|
||||
padding = 1, -- extra padding on left hand side
|
||||
-- indent guides
|
||||
with_markers = true,
|
||||
indent_marker = "│",
|
||||
last_indent_marker = "└",
|
||||
highlight = "NeoTreeIndentMarker",
|
||||
-- expander config, needed for nesting files
|
||||
with_expanders = nil, -- if nil and file nesting is enabled, will enable expanders
|
||||
expander_collapsed = "",
|
||||
expander_expanded = "",
|
||||
expander_highlight = "NeoTreeExpander",
|
||||
},
|
||||
icon = {
|
||||
folder_closed = "",
|
||||
folder_open = "",
|
||||
folder_empty = "",
|
||||
provider = function(icon, node, state) -- default icon provider utilizes nvim-web-devicons if available
|
||||
if node.type == "file" or node.type == "terminal" then
|
||||
local success, web_devicons = pcall(require, "nvim-web-devicons")
|
||||
local name = node.type == "terminal" and "terminal" or node.name
|
||||
if success then
|
||||
local devicon, hl = web_devicons.get_icon(name)
|
||||
icon.text = devicon or icon.text
|
||||
icon.highlight = hl or icon.highlight
|
||||
end
|
||||
end
|
||||
end,
|
||||
-- The next two settings are only a fallback, if you use nvim-web-devicons and configure default icons there
|
||||
-- then these will never be used.
|
||||
default = "*",
|
||||
highlight = "NeoTreeFileIcon",
|
||||
},
|
||||
modified = {
|
||||
symbol = "[+]",
|
||||
highlight = "NeoTreeModified",
|
||||
},
|
||||
name = {
|
||||
trailing_slash = false,
|
||||
use_git_status_colors = true,
|
||||
highlight = "NeoTreeFileName",
|
||||
},
|
||||
git_status = {
|
||||
symbols = {
|
||||
-- Change type
|
||||
added = "", -- or "✚", but this is redundant info if you use git_status_colors on the name
|
||||
modified = "", -- or "", but this is redundant info if you use git_status_colors on the name
|
||||
deleted = "✖", -- this can only be used in the git_status source
|
||||
renamed = "", -- this can only be used in the git_status source
|
||||
-- Status type
|
||||
untracked = "",
|
||||
ignored = "",
|
||||
unstaged = "",
|
||||
staged = "",
|
||||
conflict = "",
|
||||
},
|
||||
},
|
||||
-- If you don't want to use these columns, you can set `enabled = false` for each of them individually
|
||||
file_size = {
|
||||
enabled = true,
|
||||
width = 12, -- width of the column
|
||||
required_width = 64, -- min width of window required to show this column
|
||||
},
|
||||
type = {
|
||||
enabled = true,
|
||||
width = 10, -- width of the column
|
||||
required_width = 122, -- min width of window required to show this column
|
||||
},
|
||||
last_modified = {
|
||||
enabled = true,
|
||||
width = 20, -- width of the column
|
||||
required_width = 88, -- min width of window required to show this column
|
||||
},
|
||||
created = {
|
||||
enabled = true,
|
||||
width = 20, -- width of the column
|
||||
required_width = 110, -- min width of window required to show this column
|
||||
},
|
||||
symlink_target = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
-- A list of functions, each representing a global custom command
|
||||
-- that will be available in all sources (if not overridden in `opts[source_name].commands`)
|
||||
-- see `:h neo-tree-custom-commands-global`
|
||||
commands = {},
|
||||
window = {
|
||||
position = "left",
|
||||
width = 40,
|
||||
mapping_options = {
|
||||
noremap = true,
|
||||
nowait = true,
|
||||
},
|
||||
mappings = {
|
||||
["<space>"] = {
|
||||
"toggle_node",
|
||||
nowait = false, -- disable `nowait` if you have existing combos starting with this char that you want to use
|
||||
},
|
||||
["<2-LeftMouse>"] = "open",
|
||||
["<cr>"] = "open",
|
||||
["<esc>"] = "cancel", -- close preview or floating neo-tree window
|
||||
["P"] = { "toggle_preview", config = { use_float = true, use_image_nvim = true } },
|
||||
-- Read `# Preview Mode` for more information
|
||||
["l"] = "focus_preview",
|
||||
["S"] = "open_split",
|
||||
["s"] = "open_vsplit",
|
||||
-- ["S"] = "split_with_window_picker",
|
||||
-- ["s"] = "vsplit_with_window_picker",
|
||||
["t"] = "open_tabnew",
|
||||
-- ["<cr>"] = "open_drop",
|
||||
-- ["t"] = "open_tab_drop",
|
||||
["w"] = "open_with_window_picker",
|
||||
--["P"] = "toggle_preview", -- enter preview mode, which shows the current node without focusing
|
||||
["C"] = "close_node",
|
||||
-- ['C'] = 'close_all_subnodes',
|
||||
["z"] = "close_all_nodes",
|
||||
--["Z"] = "expand_all_nodes",
|
||||
--["Z"] = "expand_all_subnodes",
|
||||
["a"] = {
|
||||
"add",
|
||||
-- this command supports BASH style brace expansion ("x{a,b,c}" -> xa,xb,xc). see `:h neo-tree-file-actions` for details
|
||||
-- some commands may take optional config options, see `:h neo-tree-mappings` for details
|
||||
config = {
|
||||
show_path = "none", -- "none", "relative", "absolute"
|
||||
},
|
||||
},
|
||||
["A"] = "add_directory", -- also accepts the optional config.show_path option like "add". this also supports BASH style brace expansion.
|
||||
["d"] = "delete",
|
||||
["r"] = "rename",
|
||||
["b"] = "rename_basename",
|
||||
["y"] = "copy_to_clipboard",
|
||||
["x"] = "cut_to_clipboard",
|
||||
["p"] = "paste_from_clipboard",
|
||||
["c"] = "copy", -- takes text input for destination, also accepts the optional config.show_path option like "add":
|
||||
-- ["c"] = {
|
||||
-- "copy",
|
||||
-- config = {
|
||||
-- show_path = "none" -- "none", "relative", "absolute"
|
||||
-- }
|
||||
--}
|
||||
["m"] = "move", -- takes text input for destination, also accepts the optional config.show_path option like "add".
|
||||
["q"] = "close_window",
|
||||
["R"] = "refresh",
|
||||
["?"] = "show_help",
|
||||
["<"] = "prev_source",
|
||||
[">"] = "next_source",
|
||||
["i"] = "show_file_details",
|
||||
-- ["i"] = {
|
||||
-- "show_file_details",
|
||||
-- -- format strings of the timestamps shown for date created and last modified (see `:h os.date()`)
|
||||
-- -- both options accept a string or a function that takes in the date in seconds and returns a string to display
|
||||
-- -- config = {
|
||||
-- -- created_format = "%Y-%m-%d %I:%M %p",
|
||||
-- -- modified_format = "relative", -- equivalent to the line below
|
||||
-- -- modified_format = function(seconds) return require('neo-tree.utils').relative_date(seconds) end
|
||||
-- -- }
|
||||
-- },
|
||||
},
|
||||
},
|
||||
nesting_rules = {},
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
visible = false, -- when true, they will just be displayed differently than normal items
|
||||
hide_dotfiles = false,
|
||||
hide_gitignored = true,
|
||||
hide_hidden = false, -- only works on Windows for hidden files/directories
|
||||
hide_by_name = {
|
||||
--"node_modules"
|
||||
},
|
||||
hide_by_pattern = { -- uses glob style patterns
|
||||
--"*.meta",
|
||||
--"*/src/*/tsconfig.json",
|
||||
},
|
||||
always_show = { -- remains visible even if other settings would normally hide it
|
||||
--".gitignored",
|
||||
},
|
||||
always_show_by_pattern = { -- uses glob style patterns
|
||||
--".env*",
|
||||
},
|
||||
never_show = { -- remains hidden even if visible is toggled to true, this overrides always_show
|
||||
".git",
|
||||
".DS_Store",
|
||||
".directory",
|
||||
"thumbs.db",
|
||||
},
|
||||
never_show_by_pattern = { -- uses glob style patterns
|
||||
--".null-ls_*",
|
||||
},
|
||||
},
|
||||
follow_current_file = {
|
||||
enabled = true, -- This will find and focus the file in the active buffer every time
|
||||
-- -- the current file is changed while the tree is open.
|
||||
leave_dirs_open = false, -- `false` closes auto expanded dirs, such as with `:Neotree reveal`
|
||||
},
|
||||
group_empty_dirs = false, -- when true, empty folders will be grouped together
|
||||
hijack_netrw_behavior = "open_default", -- netrw disabled, opening a directory opens neo-tree
|
||||
-- in whatever position is specified in window.position
|
||||
-- "open_current", -- netrw disabled, opening a directory opens within the
|
||||
-- window like netrw would, regardless of window.position
|
||||
-- "disabled", -- netrw left alone, neo-tree does not handle opening dirs
|
||||
use_libuv_file_watcher = false, -- This will use the OS level file watchers to detect changes
|
||||
-- instead of relying on nvim autocmd events.
|
||||
window = {
|
||||
mappings = {
|
||||
["<bs>"] = "navigate_up",
|
||||
["."] = "set_root",
|
||||
["H"] = "toggle_hidden",
|
||||
["/"] = "fuzzy_finder",
|
||||
["D"] = "fuzzy_finder_directory",
|
||||
["#"] = "fuzzy_sorter", -- fuzzy sorting using the fzy algorithm
|
||||
-- ["D"] = "fuzzy_sorter_directory",
|
||||
["f"] = "filter_on_submit",
|
||||
["<c-x>"] = "clear_filter",
|
||||
["[g"] = "prev_git_modified",
|
||||
["]g"] = "next_git_modified",
|
||||
["o"] = {
|
||||
"show_help",
|
||||
nowait = false,
|
||||
config = { title = "Order by", prefix_key = "o" },
|
||||
},
|
||||
["oc"] = { "order_by_created", nowait = false },
|
||||
["od"] = { "order_by_diagnostics", nowait = false },
|
||||
["og"] = { "order_by_git_status", nowait = false },
|
||||
["om"] = { "order_by_modified", nowait = false },
|
||||
["on"] = { "order_by_name", nowait = false },
|
||||
["os"] = { "order_by_size", nowait = false },
|
||||
["ot"] = { "order_by_type", nowait = false },
|
||||
-- ['<key>'] = function(state) ... end,
|
||||
},
|
||||
fuzzy_finder_mappings = { -- define keymaps for filter popup window in fuzzy_finder_mode
|
||||
["<down>"] = "move_cursor_down",
|
||||
["<C-n>"] = "move_cursor_down",
|
||||
["<up>"] = "move_cursor_up",
|
||||
["<C-p>"] = "move_cursor_up",
|
||||
["<esc>"] = "close",
|
||||
-- ['<key>'] = function(state, scroll_padding) ... end,
|
||||
},
|
||||
},
|
||||
|
||||
commands = {}, -- Add a custom command or override a global one using the same function name
|
||||
},
|
||||
buffers = {
|
||||
follow_current_file = {
|
||||
enabled = true, -- This will find and focus the file in the active buffer every time
|
||||
-- -- the current file is changed while the tree is open.
|
||||
leave_dirs_open = false, -- `false` closes auto expanded dirs, such as with `:Neotree reveal`
|
||||
},
|
||||
group_empty_dirs = true, -- when true, empty folders will be grouped together
|
||||
show_unloaded = true,
|
||||
window = {
|
||||
mappings = {
|
||||
["d"] = "buffer_delete",
|
||||
["bd"] = "buffer_delete",
|
||||
["<bs>"] = "navigate_up",
|
||||
["."] = "set_root",
|
||||
["o"] = {
|
||||
"show_help",
|
||||
nowait = false,
|
||||
config = { title = "Order by", prefix_key = "o" },
|
||||
},
|
||||
["oc"] = { "order_by_created", nowait = false },
|
||||
["od"] = { "order_by_diagnostics", nowait = false },
|
||||
["om"] = { "order_by_modified", nowait = false },
|
||||
["on"] = { "order_by_name", nowait = false },
|
||||
["os"] = { "order_by_size", nowait = false },
|
||||
["ot"] = { "order_by_type", nowait = false },
|
||||
},
|
||||
},
|
||||
},
|
||||
git_status = {
|
||||
window = {
|
||||
position = "float",
|
||||
mappings = {
|
||||
["A"] = "git_add_all",
|
||||
["gu"] = "git_unstage_file",
|
||||
["ga"] = "git_add_file",
|
||||
["gr"] = "git_revert_file",
|
||||
["gc"] = "git_commit",
|
||||
["gp"] = "git_push",
|
||||
["gg"] = "git_commit_and_push",
|
||||
["o"] = {
|
||||
"show_help",
|
||||
nowait = false,
|
||||
config = { title = "Order by", prefix_key = "o" },
|
||||
},
|
||||
["oc"] = { "order_by_created", nowait = false },
|
||||
["od"] = { "order_by_diagnostics", nowait = false },
|
||||
["om"] = { "order_by_modified", nowait = false },
|
||||
["on"] = { "order_by_name", nowait = false },
|
||||
["os"] = { "order_by_size", nowait = false },
|
||||
["ot"] = { "order_by_type", nowait = false },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- 自行加入的
|
||||
source_selector = {
|
||||
winbar = false,
|
||||
statusline = false
|
||||
}
|
||||
})
|
||||
|
||||
-- vim.keymap.set("n", "<leader>e", "<Cmd>Neotree reveal<CR>")
|
||||
|
||||
-- 自動命令:啟動時自動顯示 Neo-tree
|
||||
vim.api.nvim_create_autocmd("VimEnter", {
|
||||
callback = function()
|
||||
if vim.fn.winheight(0) > 20 and vim.fn.winwidth(0) > 140 then
|
||||
vim.cmd("Neotree show")
|
||||
vim.cmd("Neotree reveal")
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
||||
-- -- 自動命令:當進入緩衝區(開啟文件)時自動顯示 Neo-tree
|
||||
-- -- PS. 在neo-tree做`:q`關閉時,會報錯crash。先關閉此功能
|
||||
-- vim.api.nvim_create_autocmd("BufEnter", {
|
||||
-- callback = function()
|
||||
-- -- 檢查是否為普通文件類型,避免在特殊緩衝區(如 terminal 或 quickfix)中啟動
|
||||
-- local buf_ft = vim.bo.filetype
|
||||
-- if buf_ft ~= "neo-tree" and buf_ft ~= "terminal" and buf_ft ~= "quickfix" then
|
||||
-- -- 確保當前分頁是否已經有 Neo-tree
|
||||
-- local neo_tree_open = false
|
||||
-- for _, win in ipairs(vim.api.nvim_tabpage_list_wins(0)) do
|
||||
-- local buf = vim.api.nvim_win_get_buf(win)
|
||||
-- if vim.api.nvim_buf_get_option(buf, "filetype") == "neo-tree" then
|
||||
-- neo_tree_open = true
|
||||
-- break
|
||||
-- end
|
||||
-- end
|
||||
|
||||
-- -- 如果當前分頁沒有 Neo-tree,則打開
|
||||
-- if not neo_tree_open then
|
||||
-- vim.cmd("Neotree show")
|
||||
-- vim.cmd("Neotree reveal")
|
||||
-- vim.cmd("wincmd p") -- 將焦點切回到之前的窗口
|
||||
-- end
|
||||
-- end
|
||||
-- end,
|
||||
-- })
|
||||
end,
|
||||
},
|
||||
}
|
80
dot_config/exact_nvim/exact_lua/exact_plugins/noice.lua
Normal file
80
dot_config/exact_nvim/exact_lua/exact_plugins/noice.lua
Normal file
@ -0,0 +1,80 @@
|
||||
-- if true then return {} end -- 暫時停用
|
||||
|
||||
return {
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
-- add any options here
|
||||
},
|
||||
dependencies = {
|
||||
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
|
||||
"MunifTanjim/nui.nvim",
|
||||
-- OPTIONAL:
|
||||
-- `nvim-notify` is only needed, if you want to use the notification view.
|
||||
-- If not available, we use `mini` as the fallback
|
||||
"rcarriga/nvim-notify",
|
||||
},
|
||||
config = function(_, opts)
|
||||
|
||||
require("noice").setup({
|
||||
lsp = {
|
||||
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**
|
||||
override = {
|
||||
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
|
||||
["vim.lsp.util.stylize_markdown"] = true,
|
||||
["cmp.entry.get_documentation"] = true, -- requires hrsh7th/nvim-cmp
|
||||
},
|
||||
},
|
||||
-- you can enable a preset for easier configuration
|
||||
presets = {
|
||||
bottom_search = true, -- use a classic bottom cmdline for search
|
||||
command_palette = true, -- position the cmdline and popupmenu together
|
||||
long_message_to_split = true, -- long messages will be sent to a split
|
||||
inc_rename = false, -- enables an input dialog for inc-rename.nvim
|
||||
lsp_doc_border = false, -- add a border to hover docs and signature help
|
||||
},
|
||||
|
||||
-- Optional: add any additional configuration here
|
||||
views = {
|
||||
cmdline_popup = {
|
||||
border = {
|
||||
style = "rounded", -- 邊框樣式,可選 "none", "single", "double", "rounded", "solid", "shadow"
|
||||
padding = { 1, 4 }, -- 邊框內的填充(上、右、下、左)
|
||||
},
|
||||
win_options = {
|
||||
winblend = 10, -- 增加透明度,模擬陰影效果
|
||||
winhighlight = "NormalFloat:NormalFloat,FloatBorder:FloatBorder", -- 高亮設定
|
||||
},
|
||||
},
|
||||
popupmenu = {
|
||||
border = {
|
||||
-- noice.nvim 支援以下邊框樣式:
|
||||
-- * `"none"`:無邊框。
|
||||
-- * `"single"`:單線邊框。
|
||||
-- * `"double"`:雙線邊框。
|
||||
-- * `"rounded"`:圓角邊框。
|
||||
-- * `"solid"`:實心邊框。
|
||||
-- * `"shadow"`:陰影效果。
|
||||
style = "rounded", -- 這裡可以設定不同的樣式
|
||||
pshadowadding = { 1, 1 }, -- 調整內部填充
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
ensure_installed = { "regex" }, -- 確保安裝 regex 支援
|
||||
highlight = {
|
||||
enable = true, -- 啟用高亮
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
}
|
77
dot_config/exact_nvim/exact_lua/exact_plugins/scroll.lua
Normal file
77
dot_config/exact_nvim/exact_lua/exact_plugins/scroll.lua
Normal file
@ -0,0 +1,77 @@
|
||||
return {
|
||||
-- { "psliwka/vim-smoothie" },
|
||||
{ "karb94/neoscroll.nvim",
|
||||
cond = function()
|
||||
-- 如果是在 GUI(如 NeoVide、Goneovim)中,則不啟用插件
|
||||
if vim.g.neovide or vim.fn.has("goneovim") == 1 or vim.fn.has("gui_running") == 1 then
|
||||
return false
|
||||
end
|
||||
|
||||
-- 獲取 TERM 環境變數
|
||||
local term = vim.fn.getenv("TERM")
|
||||
-- 檢查是否是常見的文字終端
|
||||
local is_terminal = term and (term:match("xterm") or term:match("screen") or term:match("tmux") or term:match("linux"))
|
||||
|
||||
-- 如果是文字終端,則啟用插件
|
||||
return is_terminal ~= nil
|
||||
end,
|
||||
opts = {
|
||||
mappings = { -- Keys to be mapped to their corresponding default scrolling animation
|
||||
'<C-u>', '<C-d>',
|
||||
'<C-b>', '<C-f>',
|
||||
'<C-y>', '<C-e>',
|
||||
'zt', 'zz', 'zb',
|
||||
},
|
||||
hide_cursor = true, -- Hide cursor while scrolling
|
||||
stop_eof = true, -- Stop at <EOF> when scrolling downwards
|
||||
respect_scrolloff = false, -- Stop scrolling when the cursor reaches the scrolloff margin of the file
|
||||
cursor_scrolls_alone = true, -- The cursor will keep on scrolling even if the window cannot scroll further
|
||||
duration_multiplier = 1.0, -- Global duration multiplier
|
||||
easing = 'linear', -- Default easing function
|
||||
pre_hook = nil, -- Function to run before the scrolling animation starts
|
||||
post_hook = nil, -- Function to run after the scrolling animation ends
|
||||
performance_mode = false, -- Disable "Performance Mode" on all buffers.
|
||||
ignored_events = { -- Events ignored while scrolling
|
||||
'WinScrolled', 'CursorMoved'
|
||||
},
|
||||
},
|
||||
config = function(_, opts)
|
||||
-- 傳遞 opts 給插件的 setup 函數
|
||||
require("neoscroll").setup(opts)
|
||||
|
||||
-- 增加對<PageUp>與<PageDown>的支持
|
||||
local scroll_up = function()
|
||||
require("neoscroll").scroll(-vim.wo.scroll, { move_cursor = true, duration = 100 })
|
||||
end
|
||||
local scroll_down = function()
|
||||
require("neoscroll").scroll(vim.wo.scroll, { move_cursor = true, duration = 100 })
|
||||
end
|
||||
-- Normal 模式
|
||||
vim.keymap.set("n", "<PageUp>", scroll_up, { silent = true })
|
||||
vim.keymap.set("n", "<PageDown>", scroll_down, { silent = true })
|
||||
-- Insert 模式
|
||||
vim.keymap.set("i", "<PageUp>", function()
|
||||
vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes("<Esc>", true, false, true), "n", true)
|
||||
scroll_up()
|
||||
vim.api.nvim_feedkeys("i", "n", true)
|
||||
end, { silent = true })
|
||||
vim.keymap.set("i", "<PageDown>", function()
|
||||
vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes("<Esc>", true, false, true), "n", true)
|
||||
scroll_down()
|
||||
vim.api.nvim_feedkeys("i", "n", true)
|
||||
end, { silent = true })
|
||||
end
|
||||
|
||||
-- config = function()
|
||||
-- require("neoscroll").setup({
|
||||
-- mappings = { "<C-u>", "<C-d>", "<C-b>", "<C-f>", "<C-y>", "<C-e>" },
|
||||
-- hide_cursor = true, -- Hide cursor while scrolling
|
||||
-- stop_eof = true, -- Stop at <EOF> when scrolling downwards
|
||||
-- respect_scrolloff = true, -- Stop scrolling when the cursor reaches the scrolloff margin of the file
|
||||
-- cursor_scrolls_alone = true, -- The cursor will keep on scrolling even if the window cannot scroll anymore
|
||||
-- pre_hook = nil, -- Function to run before the scrolling animation starts
|
||||
-- post_hook = nil, -- Function to run after the scrolling animation ends
|
||||
-- })
|
||||
-- end
|
||||
}
|
||||
}
|
157
dot_config/exact_nvim/exact_lua/exact_plugins/scrollbar.lua
Normal file
157
dot_config/exact_nvim/exact_lua/exact_plugins/scrollbar.lua
Normal file
@ -0,0 +1,157 @@
|
||||
if true then return {} end -- 先停用
|
||||
|
||||
return {
|
||||
{ "petertriho/nvim-scrollbar",
|
||||
cond = true,
|
||||
config = function()
|
||||
require("scrollbar").setup({
|
||||
show = true,
|
||||
show_in_active_only = false,
|
||||
set_highlights = true,
|
||||
folds = 1000, -- handle folds, set to number to disable folds if no. of lines in buffer exceeds this
|
||||
max_lines = false, -- disables if no. of lines in buffer exceeds this
|
||||
hide_if_all_visible = false, -- Hides everything if all lines are visible
|
||||
throttle_ms = 100,
|
||||
handle = {
|
||||
text = " ",
|
||||
blend = 30, -- Integer between 0 and 100. 0 for fully opaque and 100 to full transparent. Defaults to 30.
|
||||
color = nil,
|
||||
color_nr = nil, -- cterm
|
||||
highlight = "CursorColumn",
|
||||
hide_if_all_visible = true, -- Hides handle if all lines are visible
|
||||
},
|
||||
marks = {
|
||||
Cursor = {
|
||||
text = "•",
|
||||
priority = 0,
|
||||
gui = nil,
|
||||
color = nil,
|
||||
cterm = nil,
|
||||
color_nr = nil, -- cterm
|
||||
highlight = "Normal",
|
||||
},
|
||||
Search = {
|
||||
text = { "-", "=" },
|
||||
priority = 1,
|
||||
gui = nil,
|
||||
color = nil,
|
||||
cterm = nil,
|
||||
color_nr = nil, -- cterm
|
||||
highlight = "Search",
|
||||
},
|
||||
Error = {
|
||||
text = { "-", "=" },
|
||||
priority = 2,
|
||||
gui = nil,
|
||||
color = nil,
|
||||
cterm = nil,
|
||||
color_nr = nil, -- cterm
|
||||
highlight = "DiagnosticVirtualTextError",
|
||||
},
|
||||
Warn = {
|
||||
text = { "-", "=" },
|
||||
priority = 3,
|
||||
gui = nil,
|
||||
color = nil,
|
||||
cterm = nil,
|
||||
color_nr = nil, -- cterm
|
||||
highlight = "DiagnosticVirtualTextWarn",
|
||||
},
|
||||
Info = {
|
||||
text = { "-", "=" },
|
||||
priority = 4,
|
||||
gui = nil,
|
||||
color = nil,
|
||||
cterm = nil,
|
||||
color_nr = nil, -- cterm
|
||||
highlight = "DiagnosticVirtualTextInfo",
|
||||
},
|
||||
Hint = {
|
||||
text = { "-", "=" },
|
||||
priority = 5,
|
||||
gui = nil,
|
||||
color = nil,
|
||||
cterm = nil,
|
||||
color_nr = nil, -- cterm
|
||||
highlight = "DiagnosticVirtualTextHint",
|
||||
},
|
||||
Misc = {
|
||||
text = { "-", "=" },
|
||||
priority = 6,
|
||||
gui = nil,
|
||||
color = nil,
|
||||
cterm = nil,
|
||||
color_nr = nil, -- cterm
|
||||
highlight = "Normal",
|
||||
},
|
||||
GitAdd = {
|
||||
text = "┆",
|
||||
priority = 7,
|
||||
gui = nil,
|
||||
color = nil,
|
||||
cterm = nil,
|
||||
color_nr = nil, -- cterm
|
||||
highlight = "GitSignsAdd",
|
||||
},
|
||||
GitChange = {
|
||||
text = "┆",
|
||||
priority = 7,
|
||||
gui = nil,
|
||||
color = nil,
|
||||
cterm = nil,
|
||||
color_nr = nil, -- cterm
|
||||
highlight = "GitSignsChange",
|
||||
},
|
||||
GitDelete = {
|
||||
text = "▁",
|
||||
priority = 7,
|
||||
gui = nil,
|
||||
color = nil,
|
||||
cterm = nil,
|
||||
color_nr = nil, -- cterm
|
||||
highlight = "GitSignsDelete",
|
||||
},
|
||||
},
|
||||
excluded_buftypes = {
|
||||
"terminal",
|
||||
},
|
||||
excluded_filetypes = {
|
||||
"dropbar_menu",
|
||||
"dropbar_menu_fzf",
|
||||
"DressingInput",
|
||||
"cmp_docs",
|
||||
"cmp_menu",
|
||||
"noice",
|
||||
"prompt",
|
||||
"TelescopePrompt",
|
||||
},
|
||||
autocmd = {
|
||||
render = {
|
||||
"BufWinEnter",
|
||||
"TabEnter",
|
||||
"TermEnter",
|
||||
"WinEnter",
|
||||
"CmdwinLeave",
|
||||
"TextChanged",
|
||||
"VimResized",
|
||||
"WinScrolled",
|
||||
},
|
||||
clear = {
|
||||
"BufWinLeave",
|
||||
"TabLeave",
|
||||
"TermLeave",
|
||||
"WinLeave",
|
||||
},
|
||||
},
|
||||
handlers = {
|
||||
cursor = true,
|
||||
diagnostic = true,
|
||||
gitsigns = false, -- Requires gitsigns
|
||||
handle = true,
|
||||
search = false, -- Requires hlslens
|
||||
ale = false, -- Requires ALE
|
||||
},
|
||||
})
|
||||
end
|
||||
},
|
||||
}
|
42
dot_config/exact_nvim/exact_lua/exact_plugins/tab/barbar.lua
Normal file
42
dot_config/exact_nvim/exact_lua/exact_plugins/tab/barbar.lua
Normal file
@ -0,0 +1,42 @@
|
||||
return {
|
||||
{'romgrk/barbar.nvim',
|
||||
version = '^1.0.0', -- optional: only update when a new 1.x version is released
|
||||
dependencies = {
|
||||
'lewis6991/gitsigns.nvim', -- OPTIONAL: for git status
|
||||
'nvim-tree/nvim-web-devicons', -- OPTIONAL: for file icons
|
||||
},
|
||||
init = function() vim.g.barbar_auto_setup = false end,
|
||||
-- opts = {
|
||||
-- -- lazy.nvim will automatically call setup for you. put your options here, anything missing will use the default:
|
||||
-- -- animation = false,
|
||||
-- -- insert_at_start = true,
|
||||
-- -- …etc.
|
||||
-- },
|
||||
config = function(_, opts)
|
||||
require'bufferline'.setup {
|
||||
-- animation = false, -- 禁用動畫效果
|
||||
sidebar_filetypes = {
|
||||
['neo-tree'] = {event = 'BufWipeout'},
|
||||
},
|
||||
}
|
||||
|
||||
-- 重定義 :q 命令為僅關閉當前 Buffer
|
||||
vim.api.nvim_create_user_command('Q', function()
|
||||
vim.cmd('BufferClose') -- 使用 barbar.nvim 的 BufferClose 呀命
|
||||
end, {})
|
||||
|
||||
-- 重定義 :wq 命令為保存後僅關閉當前 Buffer
|
||||
vim.api.nvim_create_user_command('WQ', function()
|
||||
vim.cmd('write') -- 保存文件
|
||||
vim.cmd('BufferClose') -- 使用 barbar.nvim 的 BufferClose 命令
|
||||
end, {})
|
||||
|
||||
-- 設定快速鍵
|
||||
-- vim.api.nvim_set_keymap('t', '<A-Esc>', [[<C-\><C-n>]], { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('n', '<A-l>', '<cmd>BufferNext<CR>', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('n', '<A-h>', '<cmd>BufferPrevious<CR>', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('n', '<A-RIGHT>', '<cmd>BufferNext<CR>', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('n', '<A-LEFT>', '<cmd>BufferPrevious<CR>', { noremap = true, silent = true })
|
||||
end,
|
||||
},
|
||||
}
|
@ -0,0 +1,53 @@
|
||||
-- 查看說明:
|
||||
-- nvim +"help bufferline" +only
|
||||
|
||||
return {
|
||||
{
|
||||
'akinsho/bufferline.nvim',
|
||||
version = "*",
|
||||
dependencies = 'nvim-tree/nvim-web-devicons',
|
||||
config = function()
|
||||
vim.opt.termguicolors = true
|
||||
require("bufferline").setup{
|
||||
options = {
|
||||
mode = "buffers",
|
||||
custom_filter = function(buf_number)
|
||||
local buf_ft = vim.bo[buf_number].filetype
|
||||
if buf_ft == "toggleterm" then
|
||||
return false
|
||||
end
|
||||
return true
|
||||
end,
|
||||
click_callback = function(buf_number)
|
||||
local buf_ft = vim.bo[buf_number].filetype
|
||||
if buf_ft == "toggleterm" then
|
||||
-- 如果是 toggleterm 的 Buffer,阻止切換
|
||||
print("Cannot switch to terminal buffer!")
|
||||
return
|
||||
end
|
||||
-- 否則切換到目標 Buffer
|
||||
vim.api.nvim_set_current_buf(buf_number)
|
||||
end,
|
||||
-- custom_filter = function(buf_number)
|
||||
-- -- 過濾掉 toggleterm 的終端 Buffer
|
||||
-- local buf_name = vim.fn.bufname(buf_number)
|
||||
-- if buf_name:match("term://") then
|
||||
-- return false
|
||||
-- end
|
||||
-- return true
|
||||
-- end,
|
||||
-- offsets = {
|
||||
-- {
|
||||
-- filetype = "neo-tree",
|
||||
-- text = function()
|
||||
-- return vim.fn.getcwd()
|
||||
-- end,
|
||||
-- highlight = "Directory",
|
||||
-- text_align = "left"
|
||||
-- }
|
||||
-- }
|
||||
}
|
||||
}
|
||||
end,
|
||||
}
|
||||
}
|
61
dot_config/exact_nvim/exact_lua/exact_plugins/tab/tabby.lua
Normal file
61
dot_config/exact_nvim/exact_lua/exact_plugins/tab/tabby.lua
Normal file
@ -0,0 +1,61 @@
|
||||
return {
|
||||
{
|
||||
'nanozuki/tabby.nvim',
|
||||
-- event = 'VimEnter', -- if you want lazy load, see below
|
||||
dependencies = 'nvim-tree/nvim-web-devicons',
|
||||
config = function()
|
||||
vim.o.showtabline = 2 -- always show tabline
|
||||
|
||||
-- configs...
|
||||
local theme = {
|
||||
fill = 'TabLineFill',
|
||||
-- Also you can do this: fill = { fg='#f2e9de', bg='#907aa9', style='italic' }
|
||||
head = 'TabLine',
|
||||
current_tab = 'TabLineSel',
|
||||
tab = 'TabLine',
|
||||
win = 'TabLine',
|
||||
tail = 'TabLine',
|
||||
}
|
||||
require('tabby').setup({
|
||||
line = function(line)
|
||||
return {
|
||||
{
|
||||
{ ' ', hl = theme.head },
|
||||
line.sep('', theme.head, theme.fill),
|
||||
},
|
||||
line.tabs().foreach(function(tab)
|
||||
local hl = tab.is_current() and theme.current_tab or theme.tab
|
||||
return {
|
||||
line.sep('', hl, theme.fill),
|
||||
tab.is_current() and '' or '',
|
||||
tab.number(),
|
||||
tab.name(),
|
||||
tab.close_btn(''),
|
||||
line.sep('', hl, theme.fill),
|
||||
hl = hl,
|
||||
margin = ' ',
|
||||
}
|
||||
end),
|
||||
line.spacer(),
|
||||
line.wins_in_tab(line.api.get_current_tab()).foreach(function(win)
|
||||
return {
|
||||
line.sep('', theme.win, theme.fill),
|
||||
win.is_current() and '' or '',
|
||||
win.buf_name(),
|
||||
line.sep('', theme.win, theme.fill),
|
||||
hl = theme.win,
|
||||
margin = ' ',
|
||||
}
|
||||
end),
|
||||
{
|
||||
line.sep('', theme.tail, theme.fill),
|
||||
{ ' ', hl = theme.tail },
|
||||
},
|
||||
hl = theme.fill,
|
||||
}
|
||||
end,
|
||||
-- option = {}, -- setup modules' option,
|
||||
})
|
||||
end,
|
||||
}
|
||||
}
|
48
dot_config/exact_nvim/exact_lua/exact_plugins/terminal.lua
Normal file
48
dot_config/exact_nvim/exact_lua/exact_plugins/terminal.lua
Normal file
@ -0,0 +1,48 @@
|
||||
return {
|
||||
{
|
||||
'akinsho/toggleterm.nvim',
|
||||
version = "*",
|
||||
config = function()
|
||||
local function is_neo_tree_open()
|
||||
-- 遍歷所有窗口,檢查是否有窗口對應到 "neo-tree" 緩衝區
|
||||
for _, win in ipairs(vim.api.nvim_list_wins()) do
|
||||
local buf = vim.api.nvim_win_get_buf(win)
|
||||
if vim.fn.bufname(buf):match("neo%-tree") then
|
||||
return true -- 找到 NeoTree 窗口
|
||||
end
|
||||
end
|
||||
return false -- 沒有找到 NeoTree 窗口
|
||||
end
|
||||
|
||||
require("toggleterm").setup {
|
||||
open_mapping = [[<C-\>]],
|
||||
on_open = function(_)
|
||||
if is_neo_tree_open() then
|
||||
vim.defer_fn(function()
|
||||
local cmd = string.format("Neotree toggle")
|
||||
vim.cmd(cmd)
|
||||
vim.cmd(cmd)
|
||||
vim.cmd("wincmd p")
|
||||
end, 100)
|
||||
end
|
||||
end,
|
||||
hide_numbers = true,
|
||||
shade_filetypes = {},
|
||||
shade_terminals = true,
|
||||
start_in_insert = true,
|
||||
insert_mappings = true,
|
||||
persist_size = true,
|
||||
direction = 'horizontal',
|
||||
close_on_exit = true,
|
||||
shell = vim.o.shell,
|
||||
|
||||
}
|
||||
|
||||
-- 添加第二個快捷鍵映射
|
||||
vim.api.nvim_set_keymap('n', '<C-`>', '<cmd>ToggleTerm<CR>', { noremap = true, silent = true })
|
||||
|
||||
-- 添加Alt+Esc鍵離開終端模式,回到Normal Mode
|
||||
vim.api.nvim_set_keymap('t', '<A-Esc>', [[<C-\><C-n>]], { noremap = true, silent = true })
|
||||
end,
|
||||
},
|
||||
}
|
6
dot_config/exact_nvim/exact_lua/init.lua
Normal file
6
dot_config/exact_nvim/exact_lua/init.lua
Normal file
@ -0,0 +1,6 @@
|
||||
require("config.options")
|
||||
require("config.keymaps_nvim")
|
||||
require("config.keymaps")
|
||||
require("config.gui")
|
||||
require("config.lazy")
|
||||
require("config.terminal") -- 因為會被lazy.nvim override,所以要放在最後
|
1
dot_config/exact_nvim/init.vim
Normal file
1
dot_config/exact_nvim/init.vim
Normal file
@ -0,0 +1 @@
|
||||
lua require('init')
|
17
dot_config/exact_nvim/lazy-lock.json
Normal file
17
dot_config/exact_nvim/lazy-lock.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"hererocks": { "branch": "master", "commit": "c9c5444dea1e07e005484014a8231aa667be30b6" },
|
||||
"image.nvim": { "branch": "master", "commit": "4c51d6202628b3b51e368152c053c3fb5c5f76f2" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "15884cee63a8c205334ab13ab1c891cd4d27101a" },
|
||||
"neo-tree.nvim": { "branch": "v3.x", "commit": "1ef260eb4f54515fe121a2267b477efb054d108a" },
|
||||
"nightfox.nvim": { "branch": "main", "commit": "ba47d4b4c5ec308718641ba7402c143836f35aa9" },
|
||||
"noice.nvim": { "branch": "main", "commit": "0427460c2d7f673ad60eb02b35f5e9926cf67c59" },
|
||||
"nui.nvim": { "branch": "main", "commit": "8d5b0b568517935d3c84f257f272ef004d9f5a59" },
|
||||
"nvim-notify": { "branch": "master", "commit": "b5825cf9ee881dd8e43309c93374ed5b87b7a896" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "3b308861a8d7d7bfbe9be51d52e54dcfd9fe3d38" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "50b5b06bff13a9b4eab946de7c7033649a6618a1" },
|
||||
"nvim-window-picker": { "branch": "main", "commit": "6382540b2ae5de6c793d4aa2e3fe6dbb518505ec" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" },
|
||||
"sixelview.nvim": { "branch": "master", "commit": "ebfdcb42adbe69ae08dde4d25b56651103e065ab" },
|
||||
"tabby.nvim": { "branch": "main", "commit": "6362aa9595428cefbb6556c05390e8444d1bcd12" }
|
||||
}
|
3
dot_config/neovide/config.toml
Normal file
3
dot_config/neovide/config.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[font]
|
||||
normal = ["MesloLGS NF"]
|
||||
size = 10
|
38
dot_gitignore_global
Normal file
38
dot_gitignore_global
Normal file
@ -0,0 +1,38 @@
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/linux,archlinuxpackages
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,archlinuxpackages
|
||||
|
||||
### ArchLinuxPackages ###
|
||||
*.tar
|
||||
*.tar.*
|
||||
*.jar
|
||||
*.exe
|
||||
*.msi
|
||||
*.zip
|
||||
*.tgz
|
||||
*.log
|
||||
*.log.*
|
||||
*.sig
|
||||
|
||||
pkg/
|
||||
src/
|
||||
|
||||
### Linux ###
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
||||
.fuse_hidden*
|
||||
|
||||
# KDE directory preferences
|
||||
.directory
|
||||
|
||||
# Linux trash folder which might appear on any partition or disk
|
||||
.Trash-*
|
||||
|
||||
# .nfs files are created when an open file is removed but is still being accessed
|
||||
.nfs*
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/linux,archlinuxpackages
|
||||
|
||||
.vscode/settings.json
|
@ -6,3 +6,7 @@ aunmenu ToolBar.Help
|
||||
"set guioptions-=r "scrollbar
|
||||
set guioptions-=L "left scrollbar
|
||||
let g:ranger_terminal = 'kitty -e'
|
||||
|
||||
" 調整固定視窗大小
|
||||
set lines=46
|
||||
set columns=170
|
||||
|
10
dot_zshrc
10
dot_zshrc
@ -3,6 +3,9 @@ if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then
|
||||
source /usr/share/zsh/manjaro-zsh-config
|
||||
fi
|
||||
|
||||
# 通用顏色文字輸出(要在最前面執行,不然會失效)
|
||||
[[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh
|
||||
|
||||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||
# Initialization code that may require console input (password prompts, [y/n]
|
||||
# confirmations, etc.) must go above this block; everything else may go below.
|
||||
@ -145,7 +148,7 @@ compdef floorp='firefox'
|
||||
if command -v xdg-open &> /dev/null; then
|
||||
bindkey -s '^[e' 'xdg-open "$PWD" 2> /dev/null\n'
|
||||
elif [ "$(uname -s)" = 'Darwin' ]; then
|
||||
bindkey -s '^[e' 'open "$PWD" 2> /dev/null\n'
|
||||
bindkey -s '^[e' 'open "$PWD" 2> /dev/null\n'
|
||||
fi
|
||||
# bindkey -s '^E' 'gnome-terminal --working-directory="$PWD" -- zsh\n'
|
||||
|
||||
@ -158,7 +161,7 @@ export PATH="$HOME/.local/share/gem/ruby/3.3.0/bin:$PATH"
|
||||
|
||||
# Fix ython3 to python Path on macOS
|
||||
if [ "$(uname -s)" = 'Darwin' ]; then
|
||||
export PATH=/usr/local/opt/python/libexec/bin:$PATH
|
||||
export PATH=/usr/local/opt/python/libexec/bin:$PATH
|
||||
fi
|
||||
|
||||
# Created by `pipx` on 2023-01-30 19:57:14
|
||||
@ -170,9 +173,6 @@ export PATH="$PATH:$HOME/go/bin"
|
||||
# iterm2
|
||||
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
||||
|
||||
# 通用顏色文字輸出
|
||||
[[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh
|
||||
|
||||
# 圖片顯示
|
||||
# 既然即使加入判斷後還是「進入函數定義段落且噴錯」,那就代表:zsh 在解析 .zshrc 時,在到達 if 邏輯前,就已經知道 imgcat 是 alias,並因此直接報錯,這是因為:
|
||||
# ⚠️ 在 zsh 中,如果你寫 function_name() 這種形式,然後這個名稱之前被定義為 alias,會在 parse 階段直接錯誤,不會等到 if 判斷。
|
||||
|
Loading…
x
Reference in New Issue
Block a user