Merge branch 'master' of git.hackbever.be:Chewing_Bever/dotfiles

master
Jef Roosens 2022-01-18 22:15:20 +01:00
commit 0ac7607516
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
5 changed files with 10 additions and 5 deletions

View File

@ -244,7 +244,7 @@ exec --no-startup-id blueman-tray
# Nextcloud sync # Nextcloud sync
exec --no-startup-id nextcloud exec --no-startup-id nextcloud
# Compositor # Compositor
exec --no-startup-id picom --config ~/.config/picom.conf --experimental-backends exec --no-startup-id picom -b --config ~/.config/picom.conf --experimental-backends
# Network Manager applet # Network Manager applet
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
#set powersavings for display #set powersavings for display

View File

@ -0,0 +1,3 @@
local g = vim.g
g.v_autofmt_bufwritepre = 1

View File

@ -1,7 +1,5 @@
imap("jk", "<Esc>") imap("jk", "<Esc>")
-- imap("<Esc>", "<nop>")
-- vim.api.nvim_set_keymap("i", "<Esc>", "<nop>", {})
vim.api.nvim_exec("inoremap <Esc> <nop>", false) vim.api.nvim_exec("inoremap <Esc> <nop>", false)
-- Navigate splits -- Navigate splits

View File

@ -104,6 +104,12 @@ require('packer').startup(function(use)
-- LaTeX editing -- LaTeX editing
use "lervag/vimtex" use "lervag/vimtex"
-- V support
use {
"ollykel/v-vim",
config = [[require('config.v')]]
}
if packer_bootstrap then if packer_bootstrap then
require('packer').sync() require('packer').sync()
end end

View File

@ -1,2 +0,0 @@
ghu https://github.ugent.be/
ufo https://ufora.ugent.be/d2l/home