even cooler

This commit is contained in:
2025-12-18 23:12:43 +07:00
parent 3c21e12bf3
commit 1e969b43a0
18 changed files with 180 additions and 393 deletions

View File

@@ -29,9 +29,9 @@ require('lazy').setup({
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
install = {
colorscheme = { 'flexoki' }
},
-- install = {
-- colorscheme = { 'flexoki' }
-- },
-- Automatically check for plugin updates
checker = {

View File

@@ -1,6 +1,6 @@
-- Leader button
vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
vim.g.mapleader = ' '
vim.g.maplocalleader = '\\'
-- Использовать системный буфер обмена
vim.opt.clipboard = 'unnamedplus'