sway->niri
This commit is contained in:
parent
b9cd87bb35
commit
383dd64fe9
29 changed files with 539 additions and 558 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue