1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 12:19:26 +00:00

[neovim] Simplify plugins including

This commit is contained in:
2023-04-12 20:09:30 +02:00
parent 3bc880fdac
commit 8af359f74f
28 changed files with 51 additions and 210 deletions

View File

@ -1,19 +1,7 @@
local dap_status_ok, dap = pcall(require, "dap")
if not dap_status_ok then
return
end
local dap = require("dap")
local dapui = require("dapui")
local dap_ui_status_ok, dapui = pcall(require, "dapui")
if not dap_ui_status_ok then
return
end
local dap_install_status_ok, dap_install = pcall(require, "dap-install")
if not dap_install_status_ok then
return
end
dap_install.config("python", {})
require("dap-install").config("python", {})
dapui.setup({
layouts = {
{