Move ui.lua to plugin directory

This commit is contained in:
Kenneth Benzie 2024-05-14 22:50:55 +01:00
parent 75f9b205bd
commit 5da8a3c2f6
2 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ vim.g.mapleader = ' '
vim.g.maplocalleader = ' ' vim.g.maplocalleader = ' '
require('statusline') require('statusline')
require('ui')
local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim' local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim'
if not vim.loop.fs_stat(lazypath) then if not vim.loop.fs_stat(lazypath) then