even cooler
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
-- Leader button
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = "\\"
|
||||
vim.g.mapleader = ' '
|
||||
vim.g.maplocalleader = '\\'
|
||||
|
||||
-- Использовать системный буфер обмена
|
||||
vim.opt.clipboard = 'unnamedplus'
|
||||
|
||||
Reference in New Issue
Block a user