1-31-25 update
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
"ctrl+shift+l" = "previous_tab";
|
||||
"ctrl+shift+j" = "scroll_end";
|
||||
"ctrl+shift+k" = "scroll_home";
|
||||
"ctrl+shift+equal" = "change_font_size all +2.0";
|
||||
"ctrl+shift+minus" = "change_font_size all -2.0";
|
||||
"ctrl+shift+backspace" = "change_font_size all 0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -48,10 +48,17 @@
|
||||
ccls.enable = true;
|
||||
clangd.enable = true;
|
||||
cmake.enable = true;
|
||||
ts_ls.enable = true;
|
||||
eslint.enable = true;
|
||||
html.enable = true;
|
||||
jsonls.enable = true;
|
||||
lua_ls.enable = true;
|
||||
marksman.enable = true;
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installCargo = false;
|
||||
installRustc = false;
|
||||
};
|
||||
nixd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
@@ -5,6 +5,10 @@
|
||||
enable = true;
|
||||
extensions.dap-ui.enable = true;
|
||||
};
|
||||
dap-lldb = {
|
||||
enable = true;
|
||||
autoLoad = true;
|
||||
};
|
||||
nix.enable = true;
|
||||
endwise.enable = true;
|
||||
undotree.enable = true;
|
||||
|
||||
@@ -2,9 +2,10 @@
|
||||
|
||||
{
|
||||
programs.nixvim.plugins.rustaceanvim = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
server.auto_attach = true;
|
||||
dap.adapter = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user