1
0

General changes + vim changes

This commit is contained in:
2024-10-10 21:17:54 +02:00
parent adc26f9860
commit 6790f75c8a
20 changed files with 273 additions and 138 deletions

View File

@@ -17,18 +17,16 @@ vim.opt.rtp:prepend(lazypath)
require('BluePlum.set')
require('BluePlum.keymap')
-- Lualine filename
local function hello()
return [[hello world]]
end
require('BluePlum.neovide')
require('BluePlum.utility')
require('lazy').setup({
-- Plugins
spec = {
{ import = 'plugins' },
},
checker = { enabled = true },
checker = { enabled = false },
change_detection = { notify = false },
})
require('lsp')