mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
mod(nvim): borderless floats
This commit is contained in:
parent
ea2457d8d2
commit
c5ba8f466d
4 changed files with 28 additions and 21 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue