LazyVim.LazyVim/lua/lazyvim/plugins
you-n-g 6c334fed6a
feat(telescope): added keymap for recent files in the current directory. (#669)
* Support MRU in current directory.

* Update editor.lua

* fix(telescope): use cwd for oldfiles for consistency with other commands

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-04-24 08:38:42 +02:00
..
extras feat(dap): Change DAP REPL binding from open to toggle (#663) 2023-04-22 23:06:55 +02:00
lsp feat(lsp): automatically resolve denols/tsserver conflicts if both are configured 2023-04-23 11:01:46 +02:00
coding.lua fix(luasnip): added note that jsregexp is optional if it fails to build 2023-03-03 08:28:35 +01:00
colorscheme.lua fix(plugins): fix the laziness of all plugins to still work as intended with config.defaults.lazy = false. Fixes #67 2023-01-16 16:49:29 +01:00
core.lua fix(core): set cond=true for LazyVim 2023-03-14 11:17:07 +01:00
editor.lua feat(telescope): added keymap for recent files in the current directory. (#669) 2023-04-24 08:38:42 +02:00
treesitter.lua fix: remove unintentional <lt>nop> mapping (#651) 2023-04-21 09:21:34 +02:00
ui.lua refactor: move lualine fg function to Util 2023-04-21 08:46:05 +02:00
util.lua feat: persist pinned tabs (#304) 2023-02-19 09:56:08 +01:00