Refactored nvim config to make it easier and less insanely nested
This commit is contained in:
9
.config/nvim/lua/plugins/activity-watch.lua
Normal file
9
.config/nvim/lua/plugins/activity-watch.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
'lowitea/aw-watcher.nvim',
|
||||
opts = {
|
||||
aw_server = {
|
||||
host = '127.0.0.1',
|
||||
port = 5600,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user