Add neovim terminal autocmd and more bspwm window specs

This commit is contained in:
mitchell 2023-02-08 02:06:58 -05:00
parent 59c92909da
commit c64b231e17
2 changed files with 9 additions and 1 deletions

View file

@ -1,10 +1,16 @@
vim.cmd("set runtimepath^=~/.vim runtimepath+=~/.vim/after")
vim.cmd("let &packpath = &runtimepath")
vim.cmd("source ~/.vimrc")
vim.keymap.set("t", "<Esc>", "<C-\\><C-n>")
vim.g.neovide_scale_factor = 0.7
vim.opt.guifont = { "JetBrainsMono Nerd Font", "h13" }
vim.keymap.set("t", "<Esc>", "<C-\\><C-n>")
vim.api.nvim_create_autocmd("TermOpen", {
pattern = "*",
command = "set nonumber",
})
require('twilight').setup()
require('zen-mode').setup({
window = {