got carried away and now have noice (also neorg works great, theres some shit with python idk

This commit is contained in:
2026-02-13 22:25:54 +00:00
parent ac4759406c
commit ea9e351c83
8 changed files with 51 additions and 25 deletions

View File

@@ -19,7 +19,6 @@ vim.opt.rtp:prepend(lazypath)
-- loading lazy.nvim so that mappings are correct.
-- This is also a good place to setup other settings (vim.opt)
vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
-- Setup lazy.nvim
require("lazy").setup({
@@ -29,6 +28,7 @@ require("lazy").setup({
{ import = "plugins.completion" },
{ import = "plugins.ui" },
{ import = "plugins.functional" },
{ import = "plugins.functional.neorg" },
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.