all repos

init.lua @ 97e5bc6191ad39fd33386856ce882d89f35ad680

my nvim config
1 files changed, 1 insertions(+), 3 deletions(-)
added lazy-load for lua-dev
Author: Smirnov Alexander ss2316544@gmail.com
Committed at: 2022-03-26 19:08:59 +0200
Parent: b9e847d
M lua/fk/plugin.lua

@@ -14,8 +14,6 @@ use "lewis6991/impatient.nvim"

use "nathom/filetype.nvim" use { "kyazdani42/nvim-web-devicons", module = "nvim-web-devicons" } -- use "gpanders/editorconfig.nvim" - - -- general 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" }

@@ -68,7 +66,7 @@ config = get_setup "fk.lsp",

requires = { "williamboman/nvim-lsp-installer", "jose-elias-alvarez/null-ls.nvim", - "folke/lua-dev.nvim", + { "folke/lua-dev.nvim", module = "lua-dev" }, }, }