sway->niri

This commit is contained in:
Grisha Shipunov 2025-03-18 21:21:50 +01:00
parent b9cd87bb35
commit 383dd64fe9
29 changed files with 539 additions and 558 deletions

View file

@ -16,7 +16,7 @@ set langmap=ФИСВУАПРШОЛДЬТЩЗЙКЫЕГМЦЧНЯ;ABCDEFGHIJKLMNO
" Incrementally show effects of :s, :smagic, :snomagic
set icm=split
set number relativenumber
set number
set nobackup nowritebackup
set noswapfile

View file

@ -4,7 +4,7 @@ vim.cmd([[set noshowmode]])
return require('lualine').setup {
options = {
icons_enabled = true,
theme = 'everforest',
theme = '16color',
section_separators = '',
component_seaparators = '',
}

View file

@ -33,6 +33,7 @@ return require('packer').startup(function(use)
}
--Better syntax
use 'imsnif/kdl.vim'
use 'rust-lang/rust.vim'
use 'LnL7/vim-nix'
use 'cespare/vim-toml'
@ -64,23 +65,23 @@ return require('packer').startup(function(use)
use {
'sainnhe/everforest',
-- config = function()
-- vim.cmd([[
-- set termguicolors
-- let g:everforest_transparent_background = 2
-- colorscheme everforest
-- ]])
-- end,
}
use {
'casonadams/walh',
config = function()
vim.cmd([[
set termguicolors
let g:everforest_transparent_background = 2
colorscheme everforest
set notermguicolors
colorscheme walh-one
]])
end,
}
-- use {
-- 'casonadams/walh',
-- config = function()
-- vim.cmd([[
-- set notermguicolors
-- colorscheme walh-one
-- ]])
-- end,
-- }
use {
'johnfrankmorgan/whitespace.nvim',