Merge branch 'master' of git.hackbever.be:Chewing_Bever/dotfiles
commit
0ac7607516
|
@ -244,7 +244,7 @@ exec --no-startup-id blueman-tray
|
|||
# Nextcloud sync
|
||||
exec --no-startup-id nextcloud
|
||||
# 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
|
||||
exec --no-startup-id nm-applet
|
||||
#set powersavings for display
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
local g = vim.g
|
||||
|
||||
g.v_autofmt_bufwritepre = 1
|
|
@ -1,7 +1,5 @@
|
|||
imap("jk", "<Esc>")
|
||||
-- imap("<Esc>", "<nop>")
|
||||
|
||||
-- vim.api.nvim_set_keymap("i", "<Esc>", "<nop>", {})
|
||||
vim.api.nvim_exec("inoremap <Esc> <nop>", false)
|
||||
|
||||
-- Navigate splits
|
||||
|
|
|
@ -104,6 +104,12 @@ require('packer').startup(function(use)
|
|||
-- LaTeX editing
|
||||
use "lervag/vimtex"
|
||||
|
||||
-- V support
|
||||
use {
|
||||
"ollykel/v-vim",
|
||||
config = [[require('config.v')]]
|
||||
}
|
||||
|
||||
if packer_bootstrap then
|
||||
require('packer').sync()
|
||||
end
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
ghu https://github.ugent.be/
|
||||
ufo https://ufora.ugent.be/d2l/home
|
Loading…
Reference in New Issue