psoxizsh/nvim/lua/psoxizsh
Paul Stemmet d6f7bbaa3a
nvim/plug: +telescope.nvim@0.1.x, -fzf, -fzf.nvim
This commit removes (direct) FZF plugins in favor of telescope.nvim,
which provides a significantly nicer, native experience in doing fuzzy
searching.

The primary out of the box method for interacting with Telescope is
through the <C-Right> super key, which opens a 'meta-menu' of searchers
that you can choose from.

Some of the more interesting options are 'find_files', 'live_grep_search',
and 'lsp_symbols'. Note that you can use fuzzy searching for these. For
example, the chord <C-Right>ff<CR> brings up the 'find_files' menu.

Users are encouraged to create their own key maps for commonly used
searchers.

Also ignore Telescope windows in pear-tree as pear-tree's <CR> bind seems
to interact poorly with Telescope usage of <CR> (i.e it blocks it completely),
so we disable it
2022-10-08 16:50:34 +00:00
..
key nvim/plug: +cmp-spell@master 2022-10-05 18:36:54 +00:00
lsp nvim/lsp/servers: add json,yaml,vim,lua 2022-10-05 18:33:39 +00:00
plugins nvim/plug: +telescope.nvim@0.1.x, -fzf, -fzf.nvim 2022-10-08 16:50:34 +00:00
util nvim/util/highlight: for :highlight in lua 2022-10-02 18:59:19 +00:00
autocmd.lua nvim/autocmd: remove polyfill for <0.7 versions 2022-10-02 18:59:19 +00:00
diagnostic.lua nvim/diagnostic: configure neovim's diagnostics API 2022-10-05 18:36:54 +00:00
init.lua nvim/init.post: add color overrides 2022-10-05 18:36:55 +00:00