Compare commits
2 commits
3e2891a346
...
2f0e8a46c3
Author | SHA1 | Date | |
---|---|---|---|
2f0e8a46c3 | |||
e059b1f38a |
2 changed files with 1 additions and 14 deletions
|
@ -24,19 +24,6 @@ return {
|
|||
opts.sources = cmp.config.sources(vim.list_extend(opts.sources, { { name = "emoji" } }))
|
||||
end,
|
||||
},
|
||||
|
||||
-- add telescope-fzf-native
|
||||
-- do I need this tho? maybe the native is faster?
|
||||
{
|
||||
"telescope.nvim",
|
||||
dependencies = {
|
||||
"nvim-telescope/telescope-fzf-native.nvim",
|
||||
build = "make",
|
||||
config = function()
|
||||
require("telescope").load_extension("fzf")
|
||||
end,
|
||||
},
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = {
|
||||
|
|
|
@ -38,7 +38,7 @@ path=(
|
|||
)
|
||||
|
||||
# start by sourcing extras
|
||||
for rcfile in $ZDOTDIR/.extras/current/*.{,z}sh(N); do
|
||||
for rcfile in $ZDOTDIR/.extras/{current,shared}/*.{,z}sh(N); do
|
||||
source $rcfile
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue