diff options
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({ |
