mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-03-12 03:13:07 +01:00
ufo
This commit is contained in:
22
home.nix
22
home.nix
@@ -715,6 +715,26 @@ in {
|
||||
|
||||
dap = {
|
||||
enable = true;
|
||||
adapters = {
|
||||
# gdb = {
|
||||
# type = "executable";
|
||||
# command = "gdb";
|
||||
# name = "gdb";
|
||||
# };
|
||||
};
|
||||
configurations = {
|
||||
# cpp = [
|
||||
# {
|
||||
# name = "Launch file";
|
||||
# type = "gdb";
|
||||
# request = "launch";
|
||||
# program = "''\${workspaceFolder}/a.out";
|
||||
# cwd = "''\${workspaceFolder}";
|
||||
# stopOnEntry = false;
|
||||
# args = [];
|
||||
# }
|
||||
# ];
|
||||
};
|
||||
};
|
||||
dap-virtual-text = {
|
||||
enable = true;
|
||||
@@ -789,6 +809,8 @@ in {
|
||||
vim-dadbod.enable = true;
|
||||
vim-dadbod-completion.enable = true;
|
||||
vim-dadbod-ui.enable = true;
|
||||
|
||||
nvim-ufo.enable = true; # folds
|
||||
};
|
||||
extraConfigLua = ''
|
||||
luasnip = require("luasnip")
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
add-auto-load-safe-path /home/fredrikr/Programming/xv6-riscv64/riscv-hello-asm/oving1/.gdbinit
|
||||
add-auto-load-safe-path /home/fredrikr/Programming/xv6-riscv64/riscv-hello-asm/oving2/.gdbinit
|
||||
add-auto-load-safe-path /home/fredrikr/Programming/xv6-riscv64/riscv-hello-asm/oving3/.gdbinit
|
||||
|
||||
Reference in New Issue
Block a user