Merge branch 'master' of github.com:roodletoof/dotfiles
This commit is contained in:
@@ -31,7 +31,7 @@ bindsym $mod+Shift+r reload
|
|||||||
# Exit i3
|
# Exit i3
|
||||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Exit i3? This will end your session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Exit i3? This will end your session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||||
|
|
||||||
focus_follows_mouse no
|
focus_follows_mouse yes
|
||||||
focus_on_window_activation none
|
focus_on_window_activation none
|
||||||
|
|
||||||
# Move focus
|
# Move focus
|
||||||
|
|||||||
@@ -689,12 +689,14 @@ require'lazy'.setup{ --{{{1
|
|||||||
'theHamsta/nvim-dap-virtual-text',
|
'theHamsta/nvim-dap-virtual-text',
|
||||||
'leoluz/nvim-dap-go',
|
'leoluz/nvim-dap-go',
|
||||||
'mfussenegger/nvim-dap-python',
|
'mfussenegger/nvim-dap-python',
|
||||||
|
'nicholasmata/nvim-dap-cs',
|
||||||
},
|
},
|
||||||
keys = {',b', ',db', ',B', '<B'},
|
keys = {',b', ',db', ',B', '<B'},
|
||||||
config = function()
|
config = function()
|
||||||
require'nvim-dap-virtual-text'.setup{ commented = true, }
|
require'nvim-dap-virtual-text'.setup{ commented = true, }
|
||||||
require'dap-go'.setup()
|
require'dap-go'.setup()
|
||||||
require'dap-python'.setup(get_python_venv_path())
|
require'dap-python'.setup('debugpy-adapter')
|
||||||
|
require('dap-cs').setup()
|
||||||
|
|
||||||
local dap = require'dap'
|
local dap = require'dap'
|
||||||
dap.adapters.godot = { type = 'server', host = '127.0.0.1', port = 6006, }
|
dap.adapters.godot = { type = 'server', host = '127.0.0.1', port = 6006, }
|
||||||
|
|||||||
Reference in New Issue
Block a user