minor tweaks for i3, nvim, rofi

This commit is contained in:
eneller
2023-07-18 12:04:12 +02:00
parent 34da911ccf
commit f806d1f817
5 changed files with 8 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
-- filetype-specific keybinds can be found in the ftplugin folder, requires 'filetype plugin on'
-- Functional wrapper for mapping custom keybindings
function map(mode, lhs, rhs, opts)
local options = { noremap = true }
if opts then

View File

@@ -18,6 +18,8 @@ packer.startup(function()
local use = use
use 'neovim/nvim-lspconfig'
use 'nvim-treesitter/nvim-treesitter'
use 'kylechui/nvim-surround'
-- use nvim-leap
end
)
--[[ PLUGIN CONFIGURATION