Move statusline.lua to plugin directory

This commit is contained in:
Kenneth Benzie 2024-05-22 21:08:27 +01:00
parent d75531ae3d
commit 4499dee3d6
2 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
require('statusline')
local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim'
if not vim.loop.fs_stat(lazypath) then
vim.fn.system({ 'git', 'clone', '--filter=blob:none',