sway: add wmrctl
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
-- Treesitter with `:TSUpdate`
|
||||
-- LSP with `:LSPInstall`, log with `:LSPInfo`
|
||||
|
||||
-- Don't load this in plugins.lua
|
||||
vim.cmd("set termguicolors")
|
||||
|
||||
require 'plugins' -- Load plugins
|
||||
require 'settings' -- General settings
|
||||
require 'mappings' -- Keyboard mappings
|
||||
|
||||
@@ -17,7 +17,6 @@ return require('packer').startup(function(use)
|
||||
use({
|
||||
'sainnhe/everforest',
|
||||
config = function()
|
||||
vim.cmd("set termguicolors")
|
||||
vim.cmd("set background=light")
|
||||
vim.cmd("let g:everforest_background = 'hard'")
|
||||
vim.cmd("colorscheme everforest")
|
||||
|
||||
Reference in New Issue
Block a user