mod(nvim): borderless floats

This commit is contained in:
Léana 江 2023-06-24 20:05:33 +02:00 committed by Léana 江
parent ea2457d8d2
commit c5ba8f466d
4 changed files with 28 additions and 21 deletions

View file

@ -24,7 +24,7 @@ require("lazy").setup({
{
"leana8959/one-nvim",
-- enabled = false,
-- branch = "debug",
branch = "tweaks",
config = function()
vim.opt.background = "light"
vim.cmd.colorscheme("one-nvim")
@ -92,6 +92,7 @@ require("lazy").setup({
build = ":TSUpdate",
},
"nvim-treesitter/nvim-treesitter-context",
"nvim-treesitter/playground",
{
"neovim/nvim-lspconfig",
dependencies = {