added terminal mode bindings (nvim)

Signed-off-by: Dhanus M Lal <dhanusmlal@gmail.com>
This commit is contained in:
2024-07-12 09:43:02 +05:30
parent 04521bddb2
commit 66e7b048a0
4 changed files with 10 additions and 4 deletions

4
nvim/init.lua Normal file
View File

@@ -0,0 +1,4 @@
package.path = package.path .. ";/home/dhanus/.config/nvim/?.lua"
require('settings')
require('bindings')