diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-29 18:49:00 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-29 18:49:00 +0900 |
| commit | 4c2e322fcd11c88a65e743d77b7e5d5d8f18be5b (patch) | |
| tree | e5c0c50b49cbe45dabc02df8b559292086cc963f /mac/.config/TheSiahxyz | |
| parent | 86cff1f2b16670e1cfc2d40b359c057c29025165 (diff) | |
modified core/options.lua, modified plugins/telescope.lua, modified plugins/wiki.lua, modified aerospace/aerospace.toml, modified bin/rgafiles
Diffstat (limited to 'mac/.config/TheSiahxyz')
3 files changed, 10 insertions, 0 deletions
diff --git a/mac/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua b/mac/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua index a4b373f..895f9ee 100644 --- a/mac/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua +++ b/mac/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua @@ -9,6 +9,7 @@ vim.g.have_nerd_font = true -- vim.g.loaded_netrwPlugin = 1 vim.g.mapleader = " " vim.g.maplocalleader = "\\" +vim.g.python3_host_prog = vim.fn.expand("~/.local/share/venvs/nvim/bin/python") vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions" vim.opt.backup = false vim.opt.breakindent = true diff --git a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua index 9e60e98..b7d87c6 100644 --- a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua +++ b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua @@ -660,6 +660,14 @@ return { "--follow", "--hidden", "--sortr=modified", + "--glob", + "!**/.cache/*/*/*", + "--glob", + "!**/.git/*/*/*", + "--glob", + "!**/.next/*/*/*", + "--glob", + "!**/node_modules/*/*/*", }, }, }, diff --git a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/wiki.lua b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/wiki.lua index e856256..07a115c 100644 --- a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/wiki.lua +++ b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/wiki.lua @@ -1,6 +1,7 @@ return { { "vimwiki/vimwiki", + cmd = { "VimwikiIndex" }, init = function() local wk = require("which-key") wk.add({ |
