all repos

init.lua @ c7ad981

my nvim config
4 files changed, 1 insertions(+), 12 deletions(-)
removed project.nvim
Author: Smirnov Alexander ss2316544@gmail.com
Committed at: 2022-04-03 20:39:17 +0300
Parent: 3ef8025
M lua/fk/plugin.lua

@@ -16,7 +16,7 @@ use { "kyazdani42/nvim-web-devicons", module = "nvim-web-devicons" }

-- use "gpanders/editorconfig.nvim" use { "tpope/vim-surround", keys = { "c", "d", "y" } } use { "windwp/nvim-autopairs", config = get_config "fk.plugin.autopairs" } - use { "ahmedkhalf/project.nvim", config = get_config "fk.plugin.project" } + -- use { "ahmedkhalf/project.nvim", config = get_config "fk.plugin.project" } use { "numToStr/Comment.nvim", keys = { "gc" }, config = get_setup "Comment" } -- git
D

@@ -1,7 +0,0 @@

-require("project_nvim").setup { - manual_mode = false, - detection_methods = { "lsp", "pattern" }, - patterns = { ".git", "Makefile", "package.json", "go.mod", "pyproject.toml" }, - show_hidden = false, - silent_chdir = true, -}
M lua/fk/plugin/telescope.lua

@@ -54,6 +54,3 @@ lsp_document_symbols = { theme = "ivy" },

reloader = { theme = "cursor" }, }, } - --- Extensions -require("telescope").load_extension "projects"
M lua/fk/plugin/whichkey.lua

@@ -59,7 +59,6 @@ s = {

name = "Search", b = { "<cmd>Telescope git_branches<cr>", "Git branches" }, g = { "<cmd>Telescope git_status<cr>", "Git status" }, - p = { "<cmd>Telescope projects<cr>", "Projects" }, r = { "<cmd>Telescope oldfiles<cr>", "Find oldfile" }, t = { "<cmd>Telescope live_grep<cr>", "Live grep" }, },